Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 234 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 234 Bytes

Optional README documentation

pip install -r requirements.txt

run "uvicorn app.main:app --host 127.0.0.1 --port 8000"

to test after run "uvicorn app.main:app --host 127.0.0.1 --port 8000" run the file "test_fastapi.py"