Skip to content

Files

Latest commit

1135097 · Dec 31, 2023

History

History
32 lines (22 loc) · 773 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 773 Bytes

TypeScript CRUD API (Backend)

A guide to build a TypeScript CRUD API (Backend) with TypeORM.

Live Demo

Step-by-Step Tutorial

https://github.com/jp7io/typescript-crud-api/wiki

Screenshots

Swagger Entities
Swagger Swagger

https://github.com/jp7io/typescript-crud-api/wiki/Screenshots

Includes

  • Typescript
  • Express Restful CRUD
  • TypeORM
  • Associations
  • Validations
  • Rate Limit
  • Seed
  • Documentation with Swagger
  • Deploy with Heroku