Skip to main content

Build a Node JS with MongoDB Application with Docker Compose

In this quest, you'll build a CRUD (Create, Read, Update, Delete) application using Node.js and MongoDB. You'll containerize this application using Docker Compose and test it with Postman, a popular tool for making API requests. This quest will give you hands-on experience with Docker Compose and help you develop a functional RESTful API CRUD application.

Happy Learning!!