Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 625 Bytes

File metadata and controls

18 lines (15 loc) · 625 Bytes

Changelog

All notable changes to this project will be documented in this file.

[1.0.0] - 2025-06-26

Added

  • Initial project skeleton for FastAPI application.
  • POST /bmi endpoint to calculate Body Mass Index.
  • Pydantic models defined in app/schemas.py.
  • Dockerfile for containerized deployment.
  • Makefile to manage Docker build, run, stop, logs, and restart.
  • README.md with usage instructions and project overview.
  • .gitignore to exclude common files and directories.
  • .gitattributes to standardize line endings.
  • LICENSE file (MIT License).

[Unreleased]

  • Future enhancements and updates.