/py-quickstart

Python Quick Start with FastAPI - REST, CRUD, etc

Primary LanguagePythonApache License 2.0Apache-2.0

Python Quick Start

Python Libraries

FastAPI v0.70

$ pip install fastapi

Uvicorn v0.15.0

$ pip install uvicorn

MySQL Database API (pymysql 1.0.2)

$ pip install sqlalchemy pymysql