- Notifications
You must be signed in to change notification settings - Fork11
bezkoder/express-typescript-example
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
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 installnpm run startSecurity:
Node.js Express: JWT example | Token Based Authentication & Authorization
Associations:
Fullstack:
Integration (run back-end & front-end on same server/port)
About
Express Typescript example - Build Node.js Typescript Rest Api example
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.