task_manager project
1.0.0
Service for orginizing tasks.
make setup
to install dependencies, generate .env file and app key.make seed
if you want to seed the database.make run
to launch default web server — http://127.0.0.1:8000.make lint
to run linter and tests.make seed
in your Heroku CLI.