Releases: rawheel/fastapi-boilerplate
Releases · rawheel/fastapi-boilerplate
Updated Libraries' versions and added pre-commit hooks
Updated Libraries to the latest version and Addition of pre-commit hooks
- All the libraries are updated to the latest stable versions.
- Added pre-commit hooks for linting and formatting.
- Added reorder_python_imports pre-commit hook.
- Added ruff pre-commit hook(The fastest Python linter, written in Rust).
First Release
✅ Production ready with one docker-compose command.
✅ Similar to Django Code Structure.
✅ Local dockerized db.
✅ Dockerized PgAdmin to check the db records.
✅ Migrations, Serializers and ORM configured.
✅ CRUD APIs (Sneaker App).
✅ Token Authentication.
✅ Logging Mechanism.
✅ Testcases TDD with Pytest.
✅ Seperate Database(Sqlite) and mock session configured for test cases.
✅ Poetry dependency management and packaging made easy. (Better than pip)