Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kahngjoonkoh/meditaskserver

MediTaskServer
https://github.com/kahngjoonkoh/meditaskserver

Last synced: about 5 hours ago
JSON representation

MediTaskServer

Awesome Lists containing this project

README

        

## 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.