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

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

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
```