This is a User Management API that performs all the CRUD (Create,Read,Update,Delete) Operations using Flask and MongoDB.
To set up the application
-
Clone the github repository
-
Open vs code and install docker extension for vs code.
-
Now use "docker-compose up" command in the terminal to create a docker container.
Now the app is up and running.