Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 249 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 249 Bytes

python api

Simple little project to explore and learn FastAPI

How to install

    python -m venv .venv

    .venv/Scripts/activate

    pip install -r requirements.txt

Running the application

    uvicorn main:app --reload