Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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