Build Node.js Rest Api example using Express and Typescript that handles GET/POST/PUT/DELETE Http requests.
Methods | Urls | Actions |
---|---|---|
GET | api/tutorials | get all Tutorials |
GET | api/tutorials/:id | get Tutorial by id |
POST | api/tutorials | add new Tutorial |
PUT | api/tutorials/:id | update Tutorial by id |
DELETE | api/tutorials/:id | remove Tutorial by id |
For more detail, please visit:
Using Sequelize:
Front-end that works well with this Back-end
Angular 8 / Angular 10 / Angular 11 / Angular 12 / Angular 13 / Angular 14 / Angular 15 / Angular 16 / Angular 17 Client
npm install
npm run start
Security:
Node.js Express: JWT example | Token Based Authentication & Authorization
Associations:
Fullstack:
Integration (run back-end & front-end on same server/port)