A simple app to count the number of people attending a gathering.
This project was bootstrapped with Create React App.
We recommend using yarn instead of npm.
Ideal starting point for beginners will be to look at issues labelled as good first issue
.
- Fork and clone the repo
- Deploy an instance of Hasura's graphql-engine (instructions)
Note: If you are a beginner just create an account on Heroku and go ahead with one-click deployment on heroku
- Secure your graphQl endpoint with an access key
- Add 2 tables with the following schema from the console of your app
-
id name email text text text where id is the primary key -
id name url uploaded_on user_id analysis integer text text timestamp text JSON where id is the primary key and user_id is a foreign key. - Now go to the schema page by clicking on
Schema - public
on the left hand panel, and click onTrack All Relations
.
-
- Get an account on Cloudinary and set an upload preset (link) with mode: unsigned and access mode: public.
- Shrey Dabhi (sdabhi23)
- Sohel Shaikh (thesohelshaikh)