Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-12T09:46:29.000Z (2 months ago)
- Last Synced: 2024-10-02T09:13:38.645Z (about 2 months ago)
- Topics: boilerplate, docker-container, es6, express, mongodb, moongose, mvc, node-cluster, nodejs, restful-api
- Language: JavaScript
- Homepage:
- Size: 1.6 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
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