A simple jQuery frontend to demo microservices functionality
The front-end is a jQuery-based JavaScript application that exposed to customers. It communicates with underlying backend service via RESTful interface.
The backend is Node.js application, which works as a gateway for the front-end to communicate to microservices.
The microservices architecture consists of 4 microservices:
- Authentication Server - https://github.com/Syngmaster/AuthenticationServer
- Cart Server - https://github.com/Syngmaster/CartServer
- Address Server - https://github.com/Syngmaster/AddressServer
- Catalog Server - https://github.com/Syngmaster/CatalogServer
Microservices communicates with web backend application using REST protocol.