Challenge: Mongo and Deno

Challenge yourself on the use of MongoDB databases with Deno.

We'll cover the following

Problem statement

Let’s consider an e-commerce website that sells toys. We need to keep track of the different toys in the inventory as well as have the option to add new ones and remove older models when needed. Our task is to use the MongoDB database to store the toys and keep track of them.

Playground

Implement and test your logic in the code widget below.

Get hands-on with 1200+ tech skills courses.