Note
🚧 Development is still in progress.
git clone https://github.com/wazeerc/movie-recs
cd movie-recs
npm i
npm run dev
- Go to Supabase and create an account.
- Create a new project in the Supabase dashboard.
- Once the project is created, go to the "Settings" tab and find your
API URL
andAnon Key
. - Copy these values and create a
.env
file in the root of the cloned repository: - Create a table called
Movies
and import thecsv
file from public/data/movies.csv and set a PK. - Create a RLS policy in order to access the data - please follow these steps:
- Open the Table Editor
- Select the "Movies" table
- Click "Add RLS Policy"
- Click "Create policy" (refer to ss below)
- Choose the "Select" template
- Save policy
VITE_SUPABASE_URL=your_supabase_url_here
VITE_SUPABASE_ANON_KEY=your_supabase_anon_key_here
Contributions are always welcome! 😃
- Fork the Project
- Create your Feature Branch
git checkout -b feature/AmazingFeature
- Commit your Changes
git commit -m 'Add some AmazingFeature'
- Push to the Branch
git push origin feature/AmazingFeature
- Open a Pull Request
Distributed under the Apache License. See LICENSE for more information.