expressjs-typescript-Sequelize-Postgres

Expressjs + TypeScript + Sequelize Postgres

How to

  1. git clone https://github.com/nusendra/expressjs-typescript-course.git
  2. yarn or npm install
  3. Open 2 terminals
  4. Terminal 1 yarn ts to compile the TypeScript into JS File (watch mode).
  5. Terminal 2 yarn dev to run the app.

TO GENERATE MIGRATION: sequelize migration:generate --name yourname-here