This solution was developed using Python 3 and Django with Django Rest Framework and sqlite. The main purpose with it was to show how it's easy and simple to build an application with Django.
Please, first of all check if Python is installed in your system:
$ which python
or
$ which python3
If this command returns /usr/bin/python it means that python is already installed in your system.
Please, to install python follow this link: http://programwithus.com/learn-to-code/install-python3-mac/
$ sudo easy_install pip
Now please, install the third-party
$ pip install -r requirements.txt
Open your command line and go through the main application directory
$ cd ../rezzyraunt
$ python manage.py runserver
$ python manage.py test
After you have started the application, you'll be able to open your browser and access this address below: