The objective of this project is to create a web page in node.js which works with a database in mongo DB and, to work with mongo db by UI (instead of using commands) MongoExpress will be installed.
- Create an api using flask to handle post and get http methods
- The index of the http server will be an html form with the following format
- All forms received will be save in a MongoDB database.
- Enables mongo express so that the user can access, via web, to the mongo DB.
- Use docker-compose to handle the interactions between services
- Enable some data persistence system in mongoDB, so that no data is lost when the container is deleted.