An open API service indexing awesome lists of open source software.

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.

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```