Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 249 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 249 Bytes

fast-http-server

Setup a simple HTTP server fast

Setup

python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

Start

fastapi dev main.py

test

curl (or browse to) 127.0.0.1:8000/hello