Skip to content

cesarfreire/fastapi-sqlmodel-jwt-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FastAPI + SQLModel + JWT Auth template

Basic template to run FastAPI application, with SQLModel and JWT authentication.

Installation

You need Poetry installed.

  git clone <this-repo-url>
  
  cd fastapi-sqlmodel-jwt-template/

  poetry install

And wait until poetry install finish.

Run

To run this project:

  poetry shell

Run the API:

  uvicorn fastapi_jwt_template.main:app --port 7777

Check: http://localhost:7777/docs

You can change the port number.

Badges

MIT License

Releases

No releases published

Packages

No packages published

Languages