Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robinck/typeorm-fixtures-sample
Sample project for typeorm-fixtures-cli πΊπ¦
https://github.com/robinck/typeorm-fixtures-sample
fixtures orm typeorm typeorm-extension typescript
Last synced: 2 months ago
JSON representation
Sample project for typeorm-fixtures-cli πΊπ¦
- Host: GitHub
- URL: https://github.com/robinck/typeorm-fixtures-sample
- Owner: RobinCK
- Created: 2019-01-10T21:54:31.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-03-24T04:31:58.000Z (almost 3 years ago)
- Last Synced: 2024-10-17T20:06:42.793Z (3 months ago)
- Topics: fixtures, orm, typeorm, typeorm-extension, typescript
- Language: TypeScript
- Homepage:
- Size: 336 KB
- Stars: 9
- Watchers: 3
- Forks: 3
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TypeORM fixtures sample
Sample project for [typeorm-fixtures-cli](https://github.com/RobinCK/typeorm-fixtures)## Requirements
- PostgreSQL or Docker
- NodeJS## Up PostgreSQL on docker
```bash
docker-compose -f docker-compose-postgres.yml up --build
```## Load fixtures
```bash
npm run build
npm run fixtures```