Skip to content

flaeppe/foobar-api

 
 

Repository files navigation

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 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

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.

About

The backend of the FooBar kiosk and inventory system.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 91.4%
  • JavaScript 3.9%
  • HTML 3.2%
  • CSS 1.2%
  • Makefile 0.3%