A nestjs server designed for scheduling between doctor and patient
It uses stream scheduling by default!
See the .env.example
Setup the env correctly
To View the database diagram: dbdiagram.io
To view Api docs Visit: ApiDog Link
Check the dev folder on local
docker compose up -d
docker compose build
docker compose up -d
Make sure local development database is on
yarn run start
After devloping database and starting server please run this
npx ts-node scripts/addRoles.ts
To backup, please read
srcipts/backup.sh
./scripts/backup.sh