Implementation of a Microservices Architecture in an E-Commerce Platform. Reference.
- Microservices Architecture with shared database
- Node.js (express) as server side tech at whole services.
- MySQL as RDBMS
- Sequelize as Node.js based ORM
- Manage Queue with Kue - Redis
- JWT based Authorization
- Clone this repo
- Create new mysql database
- Import
ecommerce.sql
- Run
npm install
andnpm run dev
each service directory