https://github.com/rishabh-pandey-sternx/microservices-nodejs
Nodejs boilerplate using docker and micro service architecture
https://github.com/rishabh-pandey-sternx/microservices-nodejs
express-js food-ordering jwt jwt-authentication microservices microservices-architecture middlewares mongodb moongose node node-microservice nodejs rest-api restful-api resturant
Last synced: 8 months ago
JSON representation
Nodejs boilerplate using docker and micro service architecture
- Host: GitHub
- URL: https://github.com/rishabh-pandey-sternx/microservices-nodejs
- Owner: rishabh-pandey-sternx
- Created: 2019-09-04T12:06:10.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-06-11T19:00:35.000Z (over 1 year ago)
- Last Synced: 2024-12-09T17:44:09.094Z (10 months ago)
- Topics: express-js, food-ordering, jwt, jwt-authentication, microservices, microservices-architecture, middlewares, mongodb, moongose, node, node-microservice, nodejs, rest-api, restful-api, resturant
- Language: JavaScript
- Size: 36.1 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# microservices-nodejs
Nodejs boilerplate using docker and micro service architecture## Requirements
• Docker and docker-compose
• PM2 installed globally via `npm i -g pm2`.## Setup
Clone the repository:
```
git clone git@github.com:GeekRishabh/microservices-nodejs.git
```## Development
• Docker
```
cd microservices-nodejs
docker-compose up
```
• PM2```
cd microservices-nodejs
pm2 start
```## Production builds