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
- Host: GitHub
- URL: https://github.com/callezenwaka/docker-app
- Owner: callezenwaka
- Created: 2021-09-30T04:13:48.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-20T09:19:44.000Z (over 4 years ago)
- Last Synced: 2025-10-29T19:59:18.989Z (8 months ago)
- Topics: docker, dockerfile, expressjs, mongodb, nodejs
- Language: HTML
- Homepage:
- Size: 5.66 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```