Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yashmeh/helloworld_docker_node_mongo
This is a repository for using node and mongo on different containers using docker.
https://github.com/yashmeh/helloworld_docker_node_mongo
Last synced: about 11 hours ago
JSON representation
This is a repository for using node and mongo on different containers using docker.
- Host: GitHub
- URL: https://github.com/yashmeh/helloworld_docker_node_mongo
- Owner: YashMeh
- Created: 2019-01-13T06:56:14.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-04-28T21:54:30.000Z (over 3 years ago)
- Last Synced: 2023-03-02T14:43:34.400Z (over 1 year ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hello World Docker,Node,Mongo
This is a very basic API which accepts {"name":"YashMeh"} at "/"
##### The purpose of this application is to demonstrate containerization of server and the database on different ports using DOCKER
## How to run the App
## Starting
docker-compose up## Stoping
docker-compose down## To rebuild
docker-compose build