Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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 πŸ‡ΊπŸ‡¦

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

```