https://github.com/arryhere/node-apollo-typegraphql-prisma
node-graphql-rest-prisma
https://github.com/arryhere/node-apollo-typegraphql-prisma
Last synced: about 1 year ago
JSON representation
node-graphql-rest-prisma
- Host: GitHub
- URL: https://github.com/arryhere/node-apollo-typegraphql-prisma
- Owner: arryhere
- Created: 2025-04-01T14:50:56.000Z (about 1 year ago)
- Default Branch: dev
- Last Pushed: 2025-04-09T15:15:34.000Z (about 1 year ago)
- Last Synced: 2025-04-10T07:13:39.402Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 134 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NODE APOLLO TYPEGRAPHQL PRISMA
---
# Setup
- `[ -f .env ] || cp .env.sample .env`
- `npm i`
- `docker compose -f ./compose.db.yaml --env-file ./.env up -d --build`
- `npm run start:dev`
---
# Prisma Commands
- `npx prisma init --datasource-provider postgresql --output ../generated/prisma`
- `npx prisma generate`
- `npx prisma migrate dev --name `
---