Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 206 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 206 Bytes

Python-for-swifter-with-FASTAPI

1. Execute query.sql file

sqlite3 ticketing.db

.read query.sql

2. Run python file

uvicorn main:app --reload

3. Go to URL

http://127.0.0.1:8000/docs