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

https://github.com/williamkoller/api-typeorm-ts

API with Docker, Express, TypeORM, TypeScript, PostgreSQL and Redis
https://github.com/williamkoller/api-typeorm-ts

api cache docker redis rest typeorm typeorm-migration

Last synced: about 2 months ago
JSON representation

API with Docker, Express, TypeORM, TypeScript, PostgreSQL and Redis

Awesome Lists containing this project

README

          

# Requisits to run this project

- Docker
- Docker Compose

### This project is used Express, TypeORM, PostgreSQL and Redis

### To run this project, follow the below steps

##### Build Project

- `npm i`
- `docker-compose up --build`

#### Useful commands

- running typeorm migration run
`npm run typeorm migration run`

- running typeorm migrate create
`npm run typeorm migration:create -- -n `

- running typeorm create a migration from a model
`npm run typeorm migration:generate -- -n `