{"id":26179347,"url":"https://github.com/bezkoder/express-typescript-example","last_synced_at":"2025-04-14T22:31:41.443Z","repository":{"id":179121474,"uuid":"662994024","full_name":"bezkoder/express-typescript-example","owner":"bezkoder","description":"Express Typescript example - Build Node.js Typescript Rest Api example","archived":false,"fork":false,"pushed_at":"2024-02-04T08:35:44.000Z","size":7,"stargazers_count":24,"open_issues_count":0,"forks_count":10,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-28T10:47:33.526Z","etag":null,"topics":["express","express-js","express-ts","express-typescript","expressjs","node","node-js","node-ts","node-typescript","nodejs","rest-api","restapi","restful","restful-api","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bezkoder.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2023-07-06T10:22:01.000Z","updated_at":"2025-03-25T15:46:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"ea805540-b822-4c3c-b423-27d9a8a3dc21","html_url":"https://github.com/bezkoder/express-typescript-example","commit_stats":null,"previous_names":["bezkoder/express-typescript-example"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bezkoder%2Fexpress-typescript-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bezkoder%2Fexpress-typescript-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bezkoder%2Fexpress-typescript-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bezkoder%2Fexpress-typescript-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bezkoder","download_url":"https://codeload.github.com/bezkoder/express-typescript-example/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248971574,"owners_count":21191628,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["express","express-js","express-ts","express-typescript","expressjs","node","node-js","node-ts","node-typescript","nodejs","rest-api","restapi","restful","restful-api","typescript"],"created_at":"2025-03-11T21:49:39.381Z","updated_at":"2025-04-14T22:31:41.393Z","avatar_url":"https://github.com/bezkoder.png","language":"TypeScript","readme":"# Express Typescript example: Build Node.js REST Api in Typescript\nBuild Node.js Rest Api example using Express and Typescript that handles GET/POST/PUT/DELETE Http requests.\n\n| Methods\t| Urls\t| Actions\n| -------- | ------- | ------- |\n| GET | api/tutorials | get all Tutorials\n| GET | api/tutorials/:id | get Tutorial by id\n| POST | api/tutorials | add new Tutorial\n| PUT | api/tutorials/:id | update Tutorial by id\n| DELETE | api/tutorials/:id | remove Tutorial by id\n\nFor more detail, please visit:\n\u003e [Express Typescript example](https://www.bezkoder.com/express-typescript-example/)\n\n\u003e [Node.js Typescript with MySQL example](https://www.bezkoder.com/node-js-typescript-mysql/)\n\nUsing Sequelize:\n\u003e [TypeScript ORM with MySQL example](https://www.bezkoder.com/typescript-orm-mysql/)\n\n\u003e [TypeScript ORM with Postgres example](https://www.bezkoder.com/typescript-orm-postgres/)\n\nFront-end that works well with this Back-end\n\u003e [Axios Client](https://www.bezkoder.com/axios-request/)\n\n\u003e [Angular 8](https://www.bezkoder.com/angular-crud-app/) / [Angular 10](https://www.bezkoder.com/angular-10-crud-app/) / [Angular 11](https://www.bezkoder.com/angular-11-crud-app/) / [Angular 12](https://www.bezkoder.com/angular-12-crud-app/) / [Angular 13](https://www.bezkoder.com/angular-13-crud-example/) / [Angular 14](https://www.bezkoder.com/angular-14-crud-example/) / [Angular 15](https://www.bezkoder.com/angular-15-crud-example/) / [Angular 16](https://www.bezkoder.com/angular-16-crud-example/) / [Angular 17 Client](https://www.bezkoder.com/angular-17-crud-example/)\n\n\u003e [Vue 2 Client](https://www.bezkoder.com/vue-js-crud-app/) / [Vue 3 Client](https://www.bezkoder.com/vue-3-crud/) / [Vuetify Client](https://www.bezkoder.com/vuetify-data-table-example/)\n\n\u003e [React Client](https://www.bezkoder.com/react-crud-web-api/) / [React Redux Client](https://www.bezkoder.com/react-redux-crud-example/)\n\n## Project setup\n```\nnpm install\n```\n\n### Run\n```\nnpm run start\n```\n\n## More Practice\n\n\u003e [Node.js Express File Upload Rest API example](https://www.bezkoder.com/node-js-express-file-upload/)\n\n\u003e [Server side Pagination in Node.js with Sequelize and MySQL](https://www.bezkoder.com/node-js-sequelize-pagination-mysql/)\n\n\u003e [Deploying/Hosting Node.js app on Heroku with MySQL database](https://www.bezkoder.com/deploy-node-js-app-heroku-cleardb-mysql/)\n\nSecurity:\n\u003e [Node.js Express: JWT example | Token Based Authentication \u0026 Authorization](https://www.bezkoder.com/node-js-jwt-authentication-mysql/)\n\nAssociations:\n\u003e [Sequelize Associations: One-to-Many Relationship example](https://www.bezkoder.com/sequelize-associate-one-to-many/)\n\n\u003e [Sequelize Associations: Many-to-Many Relationship example](https://www.bezkoder.com/sequelize-associate-many-to-many/)\n\nFullstack:\n\u003e [Vue.js + Node.js + Express + MySQL example](https://www.bezkoder.com/vue-js-node-js-express-mysql-crud-example/)\n\n\u003e [Vue.js + Node.js + Express + MongoDB example](https://www.bezkoder.com/vue-node-express-mongodb-mevn-crud/)\n\n\u003e [Angular 8 + Node.js + Express + MySQL example](https://www.bezkoder.com/angular-node-express-mysql/)\n\n\u003e [Angular 10 + Node.js + Express + MySQL example](https://www.bezkoder.com/angular-10-node-js-express-mysql/)\n\n\u003e [Angular 11 + Node.js + Express + MySQL example](https://www.bezkoder.com/angular-11-node-js-express-mysql/)\n\n\u003e [Angular 12 + Node.js + Express + MySQL example](https://www.bezkoder.com/angular-12-node-js-express-mysql/)\n\n\u003e [Angular 13 + Node.js + Express + MySQL example](https://www.bezkoder.com/angular-13-node-js-express-mysql/)\n\n\u003e [Angular 14 + Node.js + Express + MySQL example](https://www.bezkoder.com/angular-14-node-js-express-mysql/)\n\n\u003e [Angular 15 + Node.js + Express + MySQL example](https://www.bezkoder.com/angular-15-node-js-express-mysql/)\n\n\u003e [Angular 16 + Node.js + Express + MySQL example](https://www.bezkoder.com/angular-16-node-js-express-mysql/)\n\n\u003e [Angular 17 + Node.js + Express + MySQL example](https://www.bezkoder.com/angular-17-node-js-express-mysql/)\n\n\u003e [React + Node.js + Express + MySQL example](https://www.bezkoder.com/react-node-express-mysql/)\n\nIntegration (run back-end \u0026 front-end on same server/port)\n\u003e [Integrate React with Node.js Restful Services](https://www.bezkoder.com/integrate-react-express-same-server-port/)\n\n\u003e [Integrate Angular with Node.js Restful Services](https://www.bezkoder.com/integrate-angular-10-node-js/)\n\n\u003e [Integrate Vue with Node.js Restful Services](https://www.bezkoder.com/serve-vue-app-express/)","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbezkoder%2Fexpress-typescript-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbezkoder%2Fexpress-typescript-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbezkoder%2Fexpress-typescript-example/lists"}