https://github.com/gotocva/nodejs-microservice-architecture-boilerplate
A simple micro service architecture implementation in nodejs with scalable and clean code
https://github.com/gotocva/nodejs-microservice-architecture-boilerplate
Last synced: about 2 months ago
JSON representation
A simple micro service architecture implementation in nodejs with scalable and clean code
- Host: GitHub
- URL: https://github.com/gotocva/nodejs-microservice-architecture-boilerplate
- Owner: gotocva
- Created: 2022-10-29T12:42:08.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-29T12:54:37.000Z (over 3 years ago)
- Last Synced: 2025-03-12T01:44:17.413Z (over 1 year ago)
- Language: JavaScript
- Size: 254 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Nodejs microservice implementation
To clone the repository
```
git clone https://github.com/gotocva/nodejs-microservice-architecture-boilerplate.git
```
To run the API gateway service
```
cd nodejs-microservice-architecture-boilerplate
cd api-gateway
npm install
npm start
```
### services
* products service
* inventory service
* order service