Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.07 KB

README.md

File metadata and controls

17 lines (13 loc) · 1.07 KB

Express TS boilerplate build with TypeORM

GitHub issues GitHub forks GitHub stars GitHub license

Steps to run this project:

  1. Run npm i command
  2. Setup database settings inside env folder
  3. Run npm run migration:run:dev to run migrations
  4. Run npm start:dev command

Specs

  • TS
  • Typeorm(MySql)
  • Boom
  • Joi
  • Swagger Docs