Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 359 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 359 Bytes

Backend Boilerplate

This is backend starter-kit using Express.js.

Used Technologies

  • Express.js
  • Joi validation
  • Custom Error Handler
  • Sequelize ORM
  • Jwt Token for Authentication

How to run this project

  • copy .env.example to .env and change content as you want.
  • open a terminal and run "npm install".
  • run "npm run dev".