Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/serifcolakel/requester-be
https://github.com/serifcolakel/requester-be
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/serifcolakel/requester-be
- Owner: serifcolakel
- Created: 2023-10-21T13:21:55.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-05T21:47:22.000Z (9 months ago)
- Last Synced: 2024-11-09T02:52:36.506Z (2 months ago)
- Language: TypeScript
- Size: 350 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Generate Prisma To Models (zod-prisma)
```bash
npx prisma generate
```# Run Migrations
```bash
npx prisma migrate dev --name init
```# Run Prisma Studio
```bash
npx prisma studio
```# Run Dev
```bash
npm run dev
```# Generate Prisma Model Types from Zod with zod-prisma
```bash
npx prisma generate
```# Run Docker
```bash
docker-compose up -d
```# Swagger UI url
```bash
http://localhost:3000/doc/static/index.html#/
```