This is a Django app built by Jenish and Django 2.0.7
Clone the repo:
https://github.com/Muxazuxa/drf_api
Go into the directory, and setup a virtual environment with python:
cd api && virtualenv env
Activate your virtualenv: source env/bin/activate
Install the required packages with pip:
pip install -r requirements.txt
And finally, run the server on localhost:
python manage.py runserver