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
- Host: GitHub
- URL: https://github.com/williamkoller/api-typeorm-ts
- Owner: williamkoller
- License: apache-2.0
- Created: 2020-11-19T02:40:00.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-25T04:51:17.000Z (over 5 years ago)
- Last Synced: 2025-06-26T03:37:16.976Z (about 1 year ago)
- Topics: api, cache, docker, redis, rest, typeorm, typeorm-migration
- Language: TypeScript
- Homepage:
- Size: 217 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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 `