Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 1.01 KB

README.md

File metadata and controls

33 lines (20 loc) · 1.01 KB

foobar-api

Travis CI Codecov

This repository contains the backend for the FooBar kiosk and inventory system.

Requirements

  • Python 3.4+
  • Django 1.10+
  • pdftotext for delivery report parsing

Setup

$ git clone [email protected]:uppsaladatavetare/foobar-api.git
$ cd foobar-api
$ virtualenv -p /usr/local/bin/python3.4 venv
$ venv/bin/pip install -r requirements.txt

How do I run tests?

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

Can I contribute?

Sure thing! Any contributions are welcome.

License

MIT License. Please see the LICENSE file.