No description
| functions | ||
| public | ||
| src | ||
| .gitignore | ||
| init-faunadb.js | ||
| netlify.toml | ||
| package.json | ||
| README.md | ||
| yarn.lock | ||
Netlify + FaunaDB
Example of using FaunaDB with netlify functions
Try it out on your own account via this link:
Install
- Clone down the repository
git clone
- Install the dependencies
npm install
- Bootstrap your FaunaDB table
npm run bootstrap
- Run project locally
npm start