Skip to content

Daily-Utils/schedular

Repository files navigation

Nest Server

A nestjs server designed for scheduling between doctor and patient

It uses stream scheduling by default!

ENV

See the .env.example

Setup the env correctly

Database Schema Diagram

To View the database diagram: dbdiagram.io

Api Docs

To view Api docs Visit: ApiDog Link

Devlopment database

Check the dev folder on local

docker compose up -d

How to run?

Using docker

docker compose build
docker compose up -d

Run locally for development

Make sure local development database is on

yarn run start

Add Roles to database

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