Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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