Django REST service for Funding (a financial company)

My previous job position was developing REST API with Python Django framework. This is a demonstration and a study into restframework of Django.

Dependency packages:

  • Djangorestframework
  • pymysql

How to run

 conda install restframework
 conda install pymysql
 git clone
 python manage.py runserver <port>

Brief Description

***This application is for data analysis and reporting for a company. Note that all the modules related to data was not pushed to this repository.

This project contains 2 applications. One for data visulizaiton, the other for data service. Data service is a REST API developed with Restframework of Django. It was meant for data analysis and reporting.