Skip to content

akoQassym/smartel

Repository files navigation

Smartel logo

Smartel - Online Telehealth Portal

Tech Stack

  • React frontend
  • FastAPI backend
  • PostgreSQL backend database, hosted on AWS

Features

  • Schedule appointments as a physician
    Schedule appointments
  • AI powered consultation summary generation
    Generate summary
  • Book appointments as a patient
    Book appointments
  • View summary documents from previous consultations.
    View summary

Backend commands

To set up and manage the backend environment, follow these commands:

  1. Create a virtual environment:

    python3 -m venv .venv
  2. Activate the virtual environment::

    source .venv/bin/activate
  3. Install required packages from requirements.txt::

    pip install -r requirements.txt
  4. Deactivate the virtual environment when you're done::

    deactivate

About

Course project for Software Engineering class. Contributors: Wei Kuo, Alexey Magay, Shawn Nassabi, Aknur Kassym

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors