Skip to content

thiSSSnake/python-project-52

Repository files navigation

Task Manager

Hexlet tests/Codeclimate badges and linter status:

Actions Status Maintainability Test Coverage

About Service

Task Manager is a flexible web application for creating and tracking tasks. The service requires user registration and authorization. The functionality allows you to create and view tasks yourself, assign an executor from existing users, add various statuses /labels for tasks.

Live domen

Dependencies

  • python = "^3.10"
  • poetry = "^version 1.6.1"

Instructions for the deployment

Environment variables for application deployment:

  • SECRET_KEY(django application key)
  • DATABASE_URL(postgresql url)
  • DEBUG(For deploy = Flase, for dev = True)
  • ROLLBAR_ACCESS_TOKEN(Roll bar token for real-time error tracking on the service rollbar.com)
  • Documentation for deployment on the service render.com: https://docs.render.com/deploy-django

Install & Start

git clone [email protected]:thiSSSnake/python-project-52.git
cd python-project-52/
# install poetry
make install
# start server locally
make start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages