Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 593 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 593 Bytes

Microservices E-Commerce

Implementation of a Microservices Architecture in an E-Commerce Platform. Reference.

Tech Stack

  • 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

Steps

  1. Clone this repo
  2. Create new mysql database
  3. Import ecommerce.sql
  4. Run npm install and npm run dev each service directory