Skip to content

yaor3n/capstone

 
 

Repository files navigation

Steps on setting up

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

About

Quiz Creation/Management - Capstone Project for Diploma @ APU

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.5%
  • Other 1.5%