https://github.com/remotesynth/fauna-next
A simple example app using Fauna via FQL in a Next.js web app
https://github.com/remotesynth/fauna-next
Last synced: about 1 year ago
JSON representation
A simple example app using Fauna via FQL in a Next.js web app
- Host: GitHub
- URL: https://github.com/remotesynth/fauna-next
- Owner: remotesynth
- Created: 2021-03-16T20:45:34.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-17T13:02:02.000Z (about 5 years ago)
- Last Synced: 2025-02-13T23:18:19.810Z (over 1 year ago)
- Language: JavaScript
- Size: 96.7 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a simple example showing how to use Fauna using FQL within a Next.js app. To use it, you'll need to provide a `FAUNADB_SECRET` value in a `.env` file containing a key for your Fauna account. Within Fauna, you'll need a `shows` collection that contains data with a `title` field (string) and `watched` field (boolean).