Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 252 Bytes

File metadata and controls

13 lines (10 loc) · 252 Bytes

simple-example-asinc-FastAPI-SQLAlchemy-servic

If you like or fork it please leave a star ❤🌟

requirements

pip install fastapi[all] sqlalchemy asyncpg pydantic pydantic-sqlalchemy

run

uvicorn main:app --reload