/chedible

Check if it's edible!

Primary LanguagePythonMozilla Public License 2.0MPL-2.0

#chedible

Requirements

Setup

  • mkvirtualenv --python=path/to/python3 chedible
  • pip install -r requirements.txt
  • createdb data.db && createdb test.db
  • python db_create.py

To run

  • python run.py

To test

  • behave