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

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

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).