Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 184 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 184 Bytes

fastapi-blog

FASTAPI - CRUD: basic example

install dependencies

pip install -r requirements.txt

run enviroment:

pipenv shell

run server:

uvicorn app:app --reload --port 5000