Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/beeman/nx-nest-graphql
NX Workspace + Nest and GraphQL Starter repo
https://github.com/beeman/nx-nest-graphql
Last synced: 8 days ago
JSON representation
NX Workspace + Nest and GraphQL Starter repo
- Host: GitHub
- URL: https://github.com/beeman/nx-nest-graphql
- Owner: beeman
- License: mit
- Created: 2020-04-28T00:52:32.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-31T22:42:38.000Z (over 3 years ago)
- Last Synced: 2024-10-12T01:28:51.300Z (24 days ago)
- Language: TypeScript
- Homepage:
- Size: 1.3 MB
- Stars: 12
- Watchers: 2
- Forks: 3
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-prisma - nx-nest-graphql
README
# nx-nest-graphql
A starter with:
- NestJS v7
- @nestjs/config
- @nestjs/graphql
- Username/Password Authentication (login/register)
- [graphql-code-generator](https://github.com/dotansimha/graphql-code-generator/)
- [nxplus](https://github.com/beeman/nxplus)
- [prisma](https://github.com/prisma/prisma/)## Usage
- [Generate](https://github.com/beeman/nx-nest-graphql/generate) new project using this repo as template or
- `git clone https://github.com/beeman/nx-nest-graphql`
- cd nx-nest-graphql
- yarn## Project Structure
| Project | Type | Path | Description |
| ------- | ---- | --------- | -------------------------------- |
| api | app | apps/api | Nest API |
| auth | lib | libs/auth | Authentication |
| core | lib | libs/core | Core utils, API config |
| data | lib | libs/data | Data interface (Prisma) |
| sdk | lib | libs/sdk | SDK generated by GraphQL Codegen |## Setup
Run `yarn setup` to change the npm scope.
# MIT Licensed