Track Fulfillment in your life. Reference
- Python 3.4 +
make run
will start the development server.
make unit
will run the tests.
make start-pgsql
to start postgres in the backgroundmake pgsql
to start postgres in the foreground - use a separate terminal for this.make devdb
will create DB, tables and demo data from scratch. All previous data will be lost
- Fix flake8 errors so that
pre-commit
hooks pass. - 100% Test Coverage
- Configure CI
- Deploy to Heroku