Service for orginizing tasks.
- If you are installing the project locally run
make setup
to install dependencies, generate .env file and app key. - Run
make seed
if you want to seed the database. - Run
make run
to launch default web server — http://127.0.0.1:8000. - Run
make lint
to run linter and tests.
- Make a fork of the project.
- Create an app.
- Create a database.
- Create environment variables.
- To reset the database, use
make seed
in your Heroku CLI.