Skip to content

Clean and scalable boilerplate structure with added JWT authentication, User model, SQLModel ORM, and Alembic migrations, ready for easy extension and customization.

Notifications You must be signed in to change notification settings

felixoakz/fastAPI_boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FastAPI Boilerplate

A clean, straightfoward and organized structure for building scalable web applications. It includes essential components such as JWT-based authentication, SQLModel for ORM, and Alembic for database migrations.

The project is structured with dedicated directories for configurations, models, migrations, and routes, promoting maintainability and clarity. You can easily extend this foundation by adding your business logic and routes.

To get started, clone the repository, create a venv, install the required dependencies, and configure your environment variables.

About

Clean and scalable boilerplate structure with added JWT authentication, User model, SQLModel ORM, and Alembic migrations, ready for easy extension and customization.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published