- Go to Supabase and create an account.
- Create a new project with the name 'portfolio' (or any name you prefer).
- Navigate to the API Settings:
- Copy and paste
supabaseUrl
andsupabaseKey
intoSupabaseClient.jsx
. - Go to the SQL Editor and run the following command:
ALTER TABLE portfolio ADD COLUMN user_id uuid REFERENCES auth.users ON DELETE CASCADE;
- Go to the portfolio table and create columns as shown in the image below:
- To change the router page, edit
RouterPage.jsx
. - Finish
You can customize anything as this project is built using Vite, Tailwind CSS, and shadcn/ui.
Thank you.