Skip to content

First Release

Compare
Choose a tag to compare
@rawheel rawheel released this 18 Jun 17:46
· 12 commits to main since this release
a4353ef

βœ… 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)