Skip to content
This repository was archived by the owner on Jun 24, 2021. It is now read-only.

Commit 3bcb3ab

Browse files
committed
Update README.md
1 parent a564a41 commit 3bcb3ab

File tree

1 file changed

+23
-2
lines changed

1 file changed

+23
-2
lines changed

README.md

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1-
# nestjs-graphql-starter
1+
# NestJS - GraphQL - Prisma 2
22

3-
Example backend NestJS-Graphql project using Prisma 2 & PostgreSQL
3+
Example backend [NestJS](https://nestjs.com/) - [Graphql](https://graphql.org/) project using [Prisma 2](https://www.prisma.io/) & [PostgreSQL](https://www.postgresql.org/)
4+
5+
---
6+
7+
## Features
8+
9+
Project inspired from [Nestjs-prisma-starter](https://github.com/fivethree-team/nestjs-prisma-starter) of [fivethree-team](https://github.com/fivethree-team)
10+
11+
I create this repo to practice Graphql and to show how to make a clean architecture for a project Graphql with NestJS
12+
13+
Features of project:
14+
- GraphQL with [apollo-server-express](https://github.com/apollographql/apollo-server), solution [code first](https://docs.nestjs.com/graphql/quick-start#code-first) and using [GraphQL play ground](https://github.com/graphql/graphql-playground)
15+
- Using [PostgreQL](https://github.com/brianc/node-postgres) for database and [Prisma 2](https://github.com/prisma/prisma) as Object Relation Mapping (ORM)
16+
- [NestJS Authentication](https://docs.nestjs.com/security/authentication) with [Passport](https://github.com/jaredhanson/passport), [JWT](http://www.passportjs.org/packages/passport-jwt/) and [Bcrypt](https://github.com/kelektiv/node.bcrypt.js/)
17+
- Docker solution for PostgreSQL, PGAdmin, Prisma
18+
- Next generation Typescript
19+
20+
## Getting started
21+
22+
**Working in progress**
23+
24+
---

0 commit comments

Comments
 (0)