- React frontend
- FastAPI backend
- PostgreSQL backend database, hosted on AWS
- Schedule appointments as a physician
- AI powered consultation summary generation
- Book appointments as a patient
- View summary documents from previous consultations.
To set up and manage the backend environment, follow these commands:
-
Create a virtual environment:
python3 -m venv .venv
-
Activate the virtual environment::
source .venv/bin/activate -
Install required packages from requirements.txt::
pip install -r requirements.txt
-
Deactivate the virtual environment when you're done::
deactivate




