Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kahngjoonkoh/meditaskserver
MediTaskServer
https://github.com/kahngjoonkoh/meditaskserver
Last synced: about 5 hours ago
JSON representation
MediTaskServer
- Host: GitHub
- URL: https://github.com/kahngjoonkoh/meditaskserver
- Owner: kahngjoonkoh
- Created: 2024-07-18T08:07:55.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-18T18:47:11.000Z (4 months ago)
- Last Synced: 2024-07-19T02:18:57.837Z (4 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.