Skip to content

A simple todo list app made for practicing CRUD operations with Hasura-GraphQL

Notifications You must be signed in to change notification settings

DheerajGogoi/Todo-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo-App

A simple todo list app made for practicing CRUD operations with Hasura-GraphQL

How to setup the project

  1. Run the following command
npm install
  1. Create a file in the main folder as .env and add these values inside them as follows
REACT_APP_HASURA_URL=<graphql api url>
REACT_APP_ADMIN_SECRET=<hasura admin secret>
REACT_APP_API_KEY=<firebase app api key>
REACT_APP_AUTH_DOMAIN=<firebase app auth domain>
REACT_APP_PROJECT_ID=<firebase app project id>
REACT_APP_STORAGE_BUCKET=<firebase app storage bucket>
REACT_APP_MESSAGING_SENDER_ID=<firebase app messaging sender id>
REACT_APP_APP_ID=<firebase app id>
  1. Atlast run the following command
npm run start

About

A simple todo list app made for practicing CRUD operations with Hasura-GraphQL

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published