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

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

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 `

---