Skip to content

SilentHackerz/count-em-all

 
 

Repository files navigation

count-em-all

GitHub stars GitHub issues GitHub license

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.

Demo

Demo gif

Setup

Ideal starting point for beginners will be to look at issues labelled as good first issue.

  1. Fork and clone the repo
  2. 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

  3. Secure your graphQl endpoint with an access key
  4. Add 2 tables with the following schema from the console of your app
    • users

      id name email
      text text text
      where id is the primary key
    • event_images

      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 on Track All Relations.
  5. Get an account on Cloudinary and set an upload preset (link) with mode: unsigned and access mode: public.

Runs on:

Netlify Hasura Clarifai Cloudinary

Maintainers

About

A simple app to count the number of people attending a gathering

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 85.3%
  • CSS 7.7%
  • HTML 7.0%