Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 913 Bytes

README.md

File metadata and controls

39 lines (30 loc) · 913 Bytes

StoreGG Dashboard - StoreGG Administrator Dashboard App + APIs

The main website repo here StoreGG Web.




Requirments

  • Yarn v1.20
  • NodeJS v14.16
  • Sequelize v6+

Technology Stack

  1. JavaScript
  2. NodeJS with Express.js framework
  3. REST API
  4. MySQL database
  5. Seqeulize ORM
  6. PassportJs for User Authentication
  7. JWT for API Service Authentication
  8. Ejs Template Engine

Get Started

  1. Clone repository
  2. Setup ENV File (read env example in docs > .env.example for setup)
  3. Open Command or Terminal and Write yarn install
  4. Write yarn dev in terminal