Skip to content

v1.0.0 - Initial Release

Latest

Choose a tag to compare

@justyn-clark justyn-clark released this 21 Oct 22:40
· 5 commits to main since this release

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.