/MediTaskServer

MediTaskServer

Primary LanguagePython

SETUP

  1. Ensure python version is 3.12+
  2. Install pip requirements via pip install requirements.txt
  3. Launch server with uvicorn main:app or by running main.py on the terminal.

TESTING

  1. test using pytest on the command line.