Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 465 Bytes

File metadata and controls

13 lines (11 loc) · 465 Bytes

express-passport-sequelize-mysql

Express with Passport and Sequelize MySql database

  • Run npm install
  • Config database in app/config/config.json
  • To start server npm start
  • Access http://localhost:5000
  • Login url /signin
  • Signup url /signup

Tutorial in here