Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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