iammurali / express-typescript-sequelize-psql

Automated crud operation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Automated crud operation


Languages

Language:TypeScript 69.9%Language:JavaScript 23.5%Language:Dockerfile 2.5%Language:EJS 2.1%Language:Shell 1.6%Language:Batchfile 0.4%