Skip to content

DavidTron5000/fauna

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Netlify + FaunaDB

Example of using FaunaDB with Netlify functions

Deploy this app with one-click via this link:

Deploy to Netlify

Install

  1. Clone down the repository
git clone [email protected]:netlify/netlify-faunadb-example.git
  1. Install the dependencies
npm install
  1. Bootstrap your FaunaDB table
npm run bootstrap
  1. Set your Fauna API key value in your terminal enviroment

You can create faunaDB keys here: https://dashboard.fauna.com/db/keys

In your terminal run the following command:

export FAUNADB_SECRET=YourFaunaDBKeyHere
  1. Run project locally
npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published