Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 609 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 609 Bytes

sakilaapi

A RESTful style API built with python django-rest-framework to expose data from MySQL::Sakila Sample Database

Installation and Quick start

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

License

MIT