Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 232 Bytes

File metadata and controls

8 lines (6 loc) · 232 Bytes

TypeORM, Express, Typescript Boilerplate

Steps to run this project:

  1. Run npm i command
  2. Setup database settings inside ormconfig.json file
  3. Run npm start command for prod
  4. Run npm run dev command for development