Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 192 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 192 Bytes

Basic FastAPI server for practice

Getting started

# Prepare the environment
python -m venv venv
. venv/bin/activate
pip install -r requirements.txt

# Run the server
./main.py