Check my github for endpoints. my Github: github.com/aktashasan/to_do_app_API
172
Create network on docker for connection between database and app
docker network create mongodb
For mongo installation
docker run --name mongo-server --network mongodb -p 27017:27017 -d mongo
pull the image
docker pull hasanaktas/to_do_app_container
run on docker
docker run --name to-do-app-api --network mongodb -p 8080:8080 hasanaktas/to_do_app_container
Content type
Image
Digest
sha256:95162dd76…
Size
114 MB
Last updated
about 4 years ago
docker pull hasanaktas/to_do_app_api_container