Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marcjulian/nestjs-prisma-day
Primsa Day 2020
https://github.com/marcjulian/nestjs-prisma-day
nestjs prisma prisma-day
Last synced: 2 months ago
JSON representation
Primsa Day 2020
- Host: GitHub
- URL: https://github.com/marcjulian/nestjs-prisma-day
- Owner: marcjulian
- Created: 2020-06-14T12:00:23.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-08T03:16:54.000Z (almost 2 years ago)
- Last Synced: 2024-10-11T02:58:29.359Z (3 months ago)
- Topics: nestjs, prisma, prisma-day
- Language: TypeScript
- Homepage: https://www.youtube.com/watch?v=mmbd5hcQUaY
- Size: 310 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NestJS w/ Prisma
Setup and run nest application
```bash
npm inpm run prisma:up
npm run prisma:seednpm run start:dev
```REST API is available in the Swagger API - [localhost:3000/api](http://localhost:3000/api).
GraphQL API available in the GraphQL Playground - [localhost:3000/graphql](http://localhost:3000/graphql)
> GraphQL schema is constructed using the [Code-First approach](https://docs.nestjs.com/graphql/quick-start#code-first) from `@nestjs/graphql` package