- Cloning this repository
git clone https://github.com/theducksinapu/capstone && cd capstone
- Create a new database
- Go to step 3 copy your credentials
- change the file which you cloned earlier from
env.exampletoenv.local - Run
npm installto install dependencies - Run
npm run devto start the development env - Open the sql editor on supabase
- Run both of the sql file content from this sql folder in this repository inside the sql runner
- Turn off email confirmation inside supabase settings -> Authentication > Sign In / Up > Auth Providers > Email > Turn off Confirm Email & Turn off secure email change
- Create an account on http://localhost:3000/sign-up
- Verify the user has been created in supabase dashboard -> Table Editor > users