This web app: Allows football users to socialize and interact with one another
To get a local copy up and running follow these simple example steps.
npm install --global yarn
Clone the repo
git clone https://github.com/ahmadbasyouni10/FutHub
Create Next App
yarn create next-app .
Setup Tailwind
yarn add tailwindcss postcss autoprefixer
npx tailwindcss init -p
Add supabase
yarn add @supabase/supabase-js
Add your own supabase key and url .env
NEXT_PUBLIC_API_KEY = "YOUR API KEY";
NEXT_PUBLIC_supabaseURL = "YOUR API URL
Create tables in supabase with following foreign relations and create insert, update, and delete row policies
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue.
Ahmad Basyouni 2024