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: 4 months 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-04-28T21:54:30.000Z (about 4 years ago)
- Last Synced: 2025-01-20T08:13:23.890Z (6 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 2
- 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