This repository contains the backend for the FooBar kiosk and inventory system.
- Python 3.4+
- Django 1.10+
- pdftotext for delivery report parsing
$ git clone git@github.com:uppsaladatavetare/foobar-api.git
$ cd foobar-api
$ virtualenv -p /usr/local/bin/python3.4 venv
$ venv/bin/pip install -r requirements.txt
We use tox to automate testing against all supported Python and Django versions. To run test, simply execute following command in the root directory:
$ tox
Sure thing! Any contributions are welcome.
MIT License. Please see the LICENSE file.