netlify-faunadb-example2/README.md
2018-06-11 16:06:20 -07:00

595 B

Netlify + FaunaDB

Example of using FaunaDB with netlify functions

Try it out on your own account via this link:

Deploy to Netlify

Install

  1. Clone down the repository
git clone
  1. Install the dependencies
npm install
  1. Bootstrap your FaunaDB table
npm run bootstrap
  1. Run project locally
npm start