Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jp7io/typescript-crud-api
A guide to build a TypeScript CRUD API (Backend) with TypeORM.
https://github.com/jp7io/typescript-crud-api
express tutorial typeorm typescript
Last synced: 12 days ago
JSON representation
A guide to build a TypeScript CRUD API (Backend) with TypeORM.
- Host: GitHub
- URL: https://github.com/jp7io/typescript-crud-api
- Owner: jp7io
- Created: 2021-04-16T19:32:08.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-31T14:55:51.000Z (11 months ago)
- Last Synced: 2024-01-01T03:23:57.185Z (11 months ago)
- Topics: express, tutorial, typeorm, typescript
- Language: TypeScript
- Homepage: https://typescript-crud-api.herokuapp.com
- Size: 89.8 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TypeScript CRUD API (Backend)
#### A guide to build a TypeScript CRUD API (Backend) with TypeORM.
#### Live Demo
* This API: https://typescript-crud-api.herokuapp.com
* Frontend: https://jp7io.github.io/typescript-crud#### Step-by-Step Tutorial
https://github.com/jp7io/typescript-crud-api/wiki
#### Screenshots
| Swagger | Entities |
| ------------- | ------------- |
| ![Swagger](https://github.com/jp7io/typescript-crud-api/wiki/images/swagger.png) | ![Swagger](https://github.com/jp7io/typescript-crud-api/wiki/images/entities.png) |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