Skip to content

v0.1

Compare
Choose a tag to compare
@peplxx peplxx released this 22 Nov 01:10

Changelog

0.1.0 - 22-11-2024

Added

  • Initial release of the FastAPI template
  • Core FastAPI application setup with PostgreSQL and SQLAlchemy integration
  • Docker and Docker Compose configuration
  • Nginx reverse proxy setup
  • Prometheus metrics integration
  • Grafana dashboard templates
  • Poetry for dependency management
  • Comprehensive test suite using pytest
  • GitHub Actions CI/CD pipeline
  • Ruff configuration for code linting and formatting
  • Production-ready project structure
  • MIT License
  • README with overview

Technical Features

  • Python 3.12+ support
  • FastAPI framework integration
  • PostgreSQL database setup
  • SQLAlchemy ORM configuration
  • Docker containerization
  • Nginx reverse proxy
  • Prometheus metrics endpoint
  • Grafana monitoring dashboards
  • Poetry dependency management
  • Ruff linting and formatting
  • pytest testing framework
  • GitHub Actions workflow