Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 755 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 755 Bytes

CI Maintainability Test Coverage

Task Manager is the final project of the Python course of the Hexlet education project. It is a small web application that helps you to deal with tasks.

Start dev-server

$ make install

$ cp .env.local .evn

Edit .env

$ make start

Run test

$ make test