Skip to content

The backend of the FooBar kiosk and inventory system.

License

Notifications You must be signed in to change notification settings

flaeppe/foobar-api

This branch is 10 commits behind uppsaladatavetare/foobar-api:develop.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4cb65ff · Mar 13, 2017

History

94 Commits
Mar 10, 2017
Mar 13, 2017
Feb 17, 2017
Feb 17, 2017
Mar 10, 2017
Mar 13, 2017
Nov 15, 2015
Feb 20, 2017
Mar 1, 2017
Feb 8, 2017
Feb 20, 2017

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%