Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marcjulian/nestjs-prisma-nexus
Nestjs Prisma Nexus test project
https://github.com/marcjulian/nestjs-prisma-nexus
nestjs nexus prisma prisma-client
Last synced: 2 months ago
JSON representation
Nestjs Prisma Nexus test project
- Host: GitHub
- URL: https://github.com/marcjulian/nestjs-prisma-nexus
- Owner: marcjulian
- License: mit
- Created: 2019-02-25T21:07:22.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T22:45:07.000Z (about 2 years ago)
- Last Synced: 2024-10-04T13:38:38.664Z (3 months ago)
- Topics: nestjs, nexus, prisma, prisma-client
- Language: TypeScript
- Size: 1.23 MB
- Stars: 17
- Watchers: 4
- Forks: 2
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nestjs Prisma Nexus
## Prisma & Docker
Install prisma and docker```bash
npm i -g prisma
```Run:
```bash
docker-compose up -d
```To deploy the Prisma schema run:
```bash
prisma deploy
```This generates the prisma client and nexus-prisma bindings and schema.graphql.
Playground of Prisma is available here: http://localhost:4466/
## Start Nestjst
To start the NestJS Server run:```bash
npm run start
```Playground for the NestJS Server is available here: http://localhost:3000/graphql