SabirIvaN / task_manager-project

Service for orginizing tasks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Service for orginizing tasks.


Languages

Language:PHP 77.9%Language:Blade 21.8%Language:Makefile 0.3%Language:Procfile 0.1%