Demo account
- email: refine@hackhathon.com
- password: Password
Streamer discovery is web app to discover, create and rate twitch streamer. Guest users can only search streamer. Logged in users can create new streamer and rate existing one.
- CRUD (Query + Mutation Operations)
- Authorization / Postgres Row Level Security
- Supabase - Backend with a Postgres Database, Authentication
To provide a comprehensive understanding of the submission, add visuals such as GIFs, images and videos have been incorporated to give an impression of what it looks like.
- Clone the repository:
git clone https://github.com/JustOndra/stream-discovery.git
- Change directory and install dependencies:
cd stream-discovery
npm install
- Setup env
cp .env.example .env
- Run app
npm run dev