MotoMaintain

Build Status codecov Code style: black

A web app that you can use to keep track of your vehicle maintenance.

Installation for development

You will need the newest versions of docker-ce and docker-compose.

git clone https://github.com/bolivierjr/MotoMaintain.git
cd MotoMaintain
docker-compose -f docker-compose.dev.yml up

Rebuild the containers

docker-compose -f docker-compose.dev.yml up --build

Test the app and view the test report

make test
make test_report

Use the flake8 linter

make lint

Usage

Visit http://localhost:8080