/rent-o-matic

Clean Architecture demo project

Primary LanguagePython

Rent-O-Matic

Clean Architecture demo project.

Tests

Set coverage tests

 pytest -svv --cov=rentomatic --cov-report=term-missing
 # Run tests
 pytest

Running Locally

FLASK_CONFIG="development" flask run