All notable changes to this project will be documented in this file.
- Initial project skeleton for FastAPI application.
POST /bmiendpoint 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.mdwith usage instructions and project overview..gitignoreto exclude common files and directories..gitattributesto standardize line endings.LICENSEfile (MIT License).
- Future enhancements and updates.