Skip to content

This is simple Todo app with Docker, Nodejs and database is in MongoDB.

Notifications You must be signed in to change notification settings

r4rohan/Todo-App-on-Docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo App

Todo App with Docker

# Run in Docker
docker-compose up
# use -d flag to run in background

# Tear down
docker-compose down

# To be able to edit files, add volume to compose file
volumes: ['./:/usr/src/app']

# To re-build
docker-compose build

About

This is simple Todo app with Docker, Nodejs and database is in MongoDB.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published