Service for orginizing tasks.
- If you are installing the project locally run
make setupto install dependencies, generate .env file and app key. - Run
make seedif you want to seed the database. - Run
make runto launch default web server — http://127.0.0.1:8000. - Run
make lintto 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 seedin your Heroku CLI.