Skip to content

Releases: rawheel/fastapi-boilerplate

Updated Libraries' versions and added pre-commit hooks

18 Jun 17:53
38ec979
Compare
Choose a tag to compare

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

18 Jun 17:46
a4353ef
Compare
Choose a tag to compare

✅ 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)