Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 343 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 343 Bytes

Expressjs Rest Api Build with TypeORM,Postgresql,Typescript

Steps to run this project:

  1. Run npm i command
  2. Setup database settings inside data-source.ts file
  3. Run npm start command

Technologies

  • Expressjs
  • TypeOrm
  • Postgresql
  • Typescript

npx typeorm init --name express-rest-boilerplate --database postgres --express