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
- Host: GitHub
- URL: https://github.com/nusendra/expressjs-typescript-course
- Owner: nusendra
- Created: 2020-03-19T18:22:34.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-24T22:54:53.000Z (about 3 years ago)
- Last Synced: 2025-07-27T05:03:38.524Z (10 months ago)
- Topics: express, javascript, sequelize, typescript, youtube
- Language: TypeScript
- Size: 166 KB
- Stars: 29
- Watchers: 0
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Security: SECURITY.md
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.