Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 1.08 KB

README.md

File metadata and controls

20 lines (14 loc) · 1.08 KB

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.