Basic template to run FastAPI application, with SQLModel and JWT authentication.
You need Poetry installed.
git clone <this-repo-url>
cd fastapi-sqlmodel-jwt-template/
poetry installAnd wait until poetry install finish.
To run this project:
poetry shellRun the API:
uvicorn fastapi_jwt_template.main:app --port 7777Check: http://localhost:7777/docs