/GoalSette-with-Hasura-Nextjs

It is a full stack website to perform CRUD operation for goal. It is built using Hasura for database and next js.

Primary LanguageJavaScript

This is a Next.js project bootstrapped with create-next-app.

GoalSetter Full Stack App

How to configure Project

  1. Clone this repo.
  2. Go to root directory of Project and run below commands
    yarn
    
  3. Setup Hasura with Database
  4. Create .env.local file and add these variables value from Hasura console
    HASURA_SECRET
    HASURA_HTTP_URL
    HASURA_WSS_URL // For this change http with wss in url part
    
  5. Now you can run the project.

Technologies