https://github.com/thutasann/nest-next-graphql
Nestjs Nextjs Graphql Mini FullStack App
https://github.com/thutasann/nest-next-graphql
graphql mongodb nestjs nextjs prisma
Last synced: 3 months ago
JSON representation
Nestjs Nextjs Graphql Mini FullStack App
- Host: GitHub
- URL: https://github.com/thutasann/nest-next-graphql
- Owner: thutasann
- Created: 2023-07-16T02:55:05.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-07-19T16:28:12.000Z (almost 2 years ago)
- Last Synced: 2025-01-06T15:48:10.755Z (5 months ago)
- Topics: graphql, mongodb, nestjs, nextjs, prisma
- Language: TypeScript
- Homepage:
- Size: 1.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NESTJS NEXTJS GRAPHQL 🚀
Here is the Mini FullStack App crafted with
- 🚀 nestjs
- 🚀 nextjs
- 🚀 graphql + grphql subscriptions
- 🚀 prisma
- 🚀 mongodb
- 🚀 tailwindcss
- 🚀 chakraui## Run Locally
Clone the project
```bash
git clone https://github.com/thutasann/nest-next-graphql
```Go to the project directory
```bash
cd nest-next-graphql
```Install dependencies
```bash
cd client
yarn install
``````bash
cd backend
yarn install
```Start the Server
```bash
cd backend
yarn dev
```Start the Client
```bash
cd client
yarn dev
```