- Syncronous architecture
- Asyncronous architecture
In this project I'm using Syncronous architecture. open the project in your favourite text editor, go the terminal and follow the below given instructions
clone the project or download as zip
npm install // install dependencies
npm run customer // run customer service
npm run product // run product service
npm run order // run order service
Get microservices APIs Postman APIs Collection.