https://github.com/aayush-dhakal/docker-node-mongo-todoapp
Simple ToDoApp to learn using docker compose to run multiple containers at once which can talk to eachotherr.
https://github.com/aayush-dhakal/docker-node-mongo-todoapp
docker docker-compose mongo node
Last synced: 3 months ago
JSON representation
Simple ToDoApp to learn using docker compose to run multiple containers at once which can talk to eachotherr.
- Host: GitHub
- URL: https://github.com/aayush-dhakal/docker-node-mongo-todoapp
- Owner: aayush-dhakal
- Created: 2021-06-27T07:46:56.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-27T08:16:57.000Z (about 5 years ago)
- Last Synced: 2025-01-24T06:27:22.570Z (over 1 year ago)
- Topics: docker, docker-compose, mongo, node
- Language: JavaScript
- Homepage:
- Size: 2.12 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-node-mongo
## About
This is a todo web application. It keeps track of chores you need to do and have already done. The purpose for building this web application was to learn about using docker compose to run multiple containers at once which can talk to eachother.
## Running Application Locally
* ```docker-compose build```
* ```docker-compose up```