Attention:
- The application run here was developed by Lamek and is very well documented in the links below.
- https://medium.com/@lameckanao/fazendo-um-crud-com-node-js-mongodb-e-docker-70ee6c8da8ca
- https://github.com/lamecksilva/Simple-CRUD-API
-
Install Docker and Docker Compose following the instructions on the REQUIREMENTS.md file.
-
Start the containers.
sudo mkdir -p /docker/adsoft/db_crud_api
cd adsoft/app_crud_api
docker-compose up --build
-
Access the app in the URL http://localhost:9000 (for HTTP).
-
Stop the containers.
docker-compose down
PS.: Disabling authentication of mongodb: https://stackoverflow.com/questions/52373098/disable-default-authentication-in-mongo-docker