-
Go to supabase.com, sign in, and create a new project
-
Once the project is ready, go to SQL Editor and run the contents of
schema.sql -
Place the
.envfile you received into the root of this project -
Install dependencies:
npm install
-
Seed the database (creates all users, slots, and a sample appointment):
npm run seed
-
Start the dev server:
npm run dev
| Role | Password | |
|---|---|---|
| Doctor 1 | doctor1@test.com | doctor123 |
| Doctor 2 | doctor2@test.com | doctor123 |
| Doctor 3 | doctor3@test.com | doctor123 |
| Patient 1 | patient1@test.com | patient123 |
| Patient 2 | patient2@test.com | patient123 |
| Patient 3 | patient3@test.com | patient123 |
| Admin | admin@test.com | admin123 |