Skip to content

atapas/testimonial

Repository files navigation

Testimonial

This app demonstrates the ease of building a serverless app using Gatsby, Netlify and FaunaDB.

testimonial-app

Many Thanks to all the Stargazers who has supported this project with stars(⭐)

Stargazers repo roster for @atapas/testimonial

Install dependencies

  • npm install -g gatsby-cli: Install gatsby-cli globally
  • npm install netlify-cli -g: Install netlify-cli globally
  • yarn install or npm install: Install the dependencies

Run the app locally

  • Create a .env file and provide the API secret key in the format,
FAUNA_SERVER_SECRET=<your secret fauna key>
  • netlify dev: Run it in the dev mode.

Step-by-Step articles to follow

Follow these articles to build the app along side:

Other good reads