README

This project allows one to search for DOI content

Installation

1- Create a virtualenv with python3 2- Install the requirements via pip inside the virtualenv: pip install -r requirements.txt 3- Run the site: python manage.py runserver 3- Visit: localhost:8000 in your favourite browser

Running tests

1- python manage.py test (if you want pretty colors and better error messages: pytest)