himanshusr / graphql-react

A simple GraphQL ToDo App
0 stars 0 forks source link

GraphQL Todo List

A simple TODO app using React for frontend and Hasura GraphQL for backend.

Demo

https://clever-marshmallow-c9add0.netlify.app/

Features

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

REACT_APP_CLIENT_SECRET=INSERT_YOUR_X_HASURA_ADMIN_SECRET_HERE

Installation

Install Client dependencies

  npm install 

Run the application

  npm start

Tech Stack

Client: React, Apollo GraphQL

Server: Hasura GraphQL

Database: Postgres