Skip to content
This repository was archived by the owner on Mar 21, 2025. It is now read-only.

Fully wired up to FaunaDB

Pre-release
Pre-release
Compare
Choose a tag to compare
@chiubaca chiubaca released this 05 Jan 17:25
· 241 commits to master since this release

The template now inlcludes a bootstrap-db script which sets up fauna db with Journal and Posts collections. New users after signing up can create a Journal and within in the Journal they can create posts.
the bootstrap-db script also creates indexes to help with filtering data. User based permissions are also handled for all users that signup and are guaranted to only see their records within the collection due to way FaunaDB allows for field (per item in a collection) based permissions.