https://github.com/zafar-saleem/grafbase-nextjs
https://github.com/zafar-saleem/grafbase-nextjs
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zafar-saleem/grafbase-nextjs
- Owner: zafar-saleem
- Created: 2023-01-30T05:34:26.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-30T07:37:13.000Z (over 2 years ago)
- Last Synced: 2025-01-01T03:27:39.938Z (10 months ago)
- Language: CSS
- Size: 55.7 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Introduction
This is a simple application that demonstrates how we can connect nextjs front end with Grafbase which is a serverless backend for GraphQL. The entire project
is explained in my blog post [here](https://www.webwinx.com/2023/01/30/go-serverless-for-graphql-backend-with-grafbase/).### Frontend Usage
```bash
cd next
yarn dev
```### Backend Usage
```bash
cd grafbase
npx grafbase dev
```