Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 345 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 345 Bytes

Express Sequelize Starter

Description

Repository to make new nodejs project using express, sequelize orm and jwt authentication

How to use

  • clone this repository

    git clone [email protected]:afrijaldz/express-sequelize-starter

  • Make mysql database

  • Setting config file in config/config.json

  • Run development

    npm run dev