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

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

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`