Clone the folder or download the zip folder
Then navigate to restimage folder
To run the server open a the terminal and run the following command :
python manage.py runserver "ipaddress:port"
Example - python manage.py runserver 10.10.53.4:8000
The server will be live on the address you mention. For above example it will be live on http://10.10.53.4:8000
For Image requests append "/stocks" to the server address
Eg. http://10.10.53.4:8000/stocks
For Video requests append "/video" to the server address
Eg. http://10.10.53.4:8000/video