An open API service indexing awesome lists of open source software.

https://github.com/nusendra/expressjs-typescript-course

Expressjs + TypeScript + Sequelize for Nusendra.com Youtube channel
https://github.com/nusendra/expressjs-typescript-course

express javascript sequelize typescript youtube

Last synced: 10 months ago
JSON representation

Expressjs + TypeScript + Sequelize for Nusendra.com Youtube channel

Awesome Lists containing this project

README

          

# expressjs-typescript-course
Expressjs + TypeScript + Sequelize for Nusendra.com Youtube channel

Playlist youtube https://www.youtube.com/playlist?list=PLnQvfeVegcJZHhImGvDpnp0P725Ykx4Qt

# 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.