Skip to content

SabirIvaN/task_manager-project

Repository files navigation

Task manager

GitHub Actions Maintainability Test Coverage

Service for orginizing tasks.

Local installation

  1. If you are installing the project locally run make setup to install dependencies, generate .env file and app key.
  2. Run make seed if you want to seed the database.
  3. Run make run to launch default web server — http://127.0.0.1:8000.
  4. Run make lint to run linter and tests.

Global installation on Heroku

  1. Make a fork of the project.
  2. Create an app.
  3. Create a database.
  4. Create environment variables.
  5. To reset the database, use make seed in your Heroku CLI.