Skip to content

Releases: justyn-clark/fastapi-sqlalchemy-starter

v1.0.0 - Initial Release

21 Oct 22:40

Choose a tag to compare

Complete FastAPI SQLAlchemy starter template with:

  • FastAPI 0.115+ with async SQLAlchemy 2.0
  • PostgreSQL database with Alembic migrations
  • JWT authentication system
  • Pydantic data validation
  • Docker support for development
  • Complete CI/CD pipeline with GitHub Actions
  • Comprehensive testing setup
  • OpenAPI documentation generation
  • Production-ready configuration

All linting, type checking, and tests pass successfully.