TASK MANAGER:

Hexlet tests and linter status:

Actions Status test_and_linter_check

Description:

Task manager allows setting tasks, assigning performers and changing their statuses. Registration and authentication are required to work with the system.

App at Heroku:

Task manager is also deployed on Heroku, so feel free to register and make experiments with it:

https://task-manager-tragoedia.herokuapp.com/

All possible errors and bugs will be sent to Rollbar automatically and fixed as soon as possible.

Commands to start the application:

  1. Clone repo:
$ pip install --user git+https://github.com/Tragoedie/python-project-lvl4.git
  1. Create .env file
examples names of variables are placed in file: env.example
  1. Install dependencies:
$ make install
  1. Start migrations:
$ make migrate
  1. Launch your server:
$ make run