A RESTful style API built with python django-rest-framework to expose data from MySQL::Sakila Sample Database
Clone the repo
$ git clone https://github.com/m8r1x/sakilaapi.git
The project use pipenv as the virtual environment manager.
$ cd sakilaapi
$ pipenv install
$ python manage.py runserver