https://github.com/weakky/repro-23139
repro of prisma/23139
https://github.com/weakky/repro-23139
Last synced: 12 months ago
JSON representation
repro of prisma/23139
- Host: GitHub
- URL: https://github.com/weakky/repro-23139
- Owner: Weakky
- Created: 2024-06-05T14:47:03.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-05T14:52:31.000Z (about 2 years ago)
- Last Synced: 2025-02-03T17:07:08.693Z (over 1 year ago)
- Language: TypeScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## How to run
- `yarn install`
- `docker-compose up -d postgres12`
- `yarn prisma db push`
- `yarn prisma generate`
- `yarn tsx seed.ts`
- `yarn tsx index.ts`