Skip to content

Expressjs Rest Api Build with TypeORM,Postgresql,Typescript

Notifications You must be signed in to change notification settings

mparlak/express-rest-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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