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

https://github.com/callezenwaka/docker-app

A simple docker application with node.js and mongodb
https://github.com/callezenwaka/docker-app

docker dockerfile expressjs mongodb nodejs

Last synced: about 2 months ago
JSON representation

A simple docker application with node.js and mongodb

Awesome Lists containing this project

README

          

# Application Deployment with Docker
**N:B-** This repository is arranged by tag.

## Set up:
1. Clone repo
```
git clone https://github.com/callezenwaka/docker-app.git && cd docker-app
```

2. Install packages
```
npm install
```

3. Start app
```
node server.js
```