https://github.com/dylanlott/dockernodemongo
A dockerized node/mongo starter app. Run `docker-compose up` to start the app up.
https://github.com/dylanlott/dockernodemongo
Last synced: 11 months ago
JSON representation
A dockerized node/mongo starter app. Run `docker-compose up` to start the app up.
- Host: GitHub
- URL: https://github.com/dylanlott/dockernodemongo
- Owner: dylanlott
- Created: 2016-09-22T11:56:48.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-22T13:11:56.000Z (over 9 years ago)
- Last Synced: 2025-01-30T01:29:45.261Z (over 1 year ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DockerNodeMongo
This is a Docker starter template that will get you setup with a barebones development template for a Node / Express / Mongo app.
### Requirements
You'll need to have docker, docker-compose, and docker-machine or an equivalent installed on your computer.
### Installation and Boot Up
`git clone` the repo, `cd` into the repo, and then run `docker-compose up` to start the docker instance.
Once `docker-compose` is up and running, navigate your browser to `localhost:3000` and you should see your app's "Hello world"
### Notes
The container uses Nodemon, so any changes in your code will restart the server in the docker container.