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 install
And wait until poetry install finish.
To run this project:
poetry shell
Run the API:
uvicorn fastapi_jwt_template.main:app --port 7777
Check: http://localhost:7777/docs