An open API service indexing awesome lists of open source software.

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

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