Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/codergogoi/grocery_online_shopping_app

This is a practical example of NodeJS Microservices Architecture. We have built a simple Online Grocery Shopping Application using ES6 in a Monolithic way and segregate in Microservices Architecture without impact frontend. So each individual service will work independently to serve the purpose and business logic. You can watch its Youtube tutorial for better understanding and Microservice part.
https://github.com/codergogoi/grocery_online_shopping_app

Last synced: about 7 hours ago
JSON representation

This is a practical example of NodeJS Microservices Architecture. We have built a simple Online Grocery Shopping Application using ES6 in a Monolithic way and segregate in Microservices Architecture without impact frontend. So each individual service will work independently to serve the purpose and business logic. You can watch its Youtube tutorial for better understanding and Microservice part.

Awesome Lists containing this project

README

        

# Grocery_Online_Shopping_App
This is a practical example of NodeJS Microservices Architecture. We have built a simple Online Grocery Shopping Application using ES6 in a Monolithic way and segregated in Microservices Architecture without impact front end. So each individual service will work independently to serve the purpose and business logic. You can watch its Youtube tutorial for better understanding and for Microservice you can code with me.

## Frontend Source code Link:
[Frontend Source Code](https://github.com/codergogoi/nodejs_microservice/blob/master/shopping_app_frontend.zip)

## Microservice version link:

[Grocery Online Shopping App Microservice](https://github.com/codergogoi/nodejs_microservice)