Skip to content

fauna-labs/fauna-todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample TODO App with Fauna FQL 10 and React

Follow the documentation page for the writeup

Get started

crete a new .env file based on the .env.example. Add your Fauna Url and key.

NEXT_PUBLIC_FAUNA_URL="<Fauna-URL>"
NEXT_PUBLIC_FAUNA_KEY="<Fauna-Key>"