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.