- Framework: NodeJS with MySQL database
- Libraries: Express JS & Sequelize
- Authentication: Passport JS with JWT tokens
- npm install
- Create
.env
file from.env.copy
& update your values.
- Add your DB details into .env file.
- Migration run:
npm run migrate
npm run create:migrate <filename>
npm run migrate
npm run create:seed <filename>
npm run seed
npm run start-dev
npm run prod
npm run lint (Check errors)
npm run lint:fix (Fix possible error automatically via this command)