https://github.com/akmamun/nodejs-express-boilerplate
Node Express Based Micro Service Boilerplate
https://github.com/akmamun/nodejs-express-boilerplate
boilerplate docker-container es6 express mongodb moongose mvc node-cluster nodejs restful-api
Last synced: 6 months ago
JSON representation
Node Express Based Micro Service Boilerplate
- Host: GitHub
- URL: https://github.com/akmamun/nodejs-express-boilerplate
- Owner: akmamun
- Created: 2019-09-06T20:30:17.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-01-16T17:32:46.000Z (9 months ago)
- Last Synced: 2025-03-28T11:39:20.923Z (7 months ago)
- Topics: boilerplate, docker-container, es6, express, mongodb, moongose, mvc, node-cluster, nodejs, restful-api
- Language: JavaScript
- Homepage:
- Size: 1.77 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A Node Express and Mongoose Baised Micro Service Architecture
## Run with docker
- You must have installed docker
- Docker Build
```sh
sudo sh docker/dockerbuild.sh
```- Docker Run
```sh
sudo sh docker/dockerbuild.sh
```## Run
- Install dependencies `npm install`
- Run npm start