| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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 .env file you received into the root of this project
Install dependencies:
npm installSeed the database (creates all users, slots, and a sample appointment):
npm run seedStart 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 |
| Back | FazBrowse Home | New Git URL |