Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 1.1 KB

README.md

File metadata and controls

34 lines (19 loc) · 1.1 KB

Generate Graphs based on JSON Input Files

############################################################################################################################

This Project is for generating the selected chart type graph for the provide JSON file

############################################################################################################################

1. Install and validate Python 3.5 and later version

sudo apt-get update sudo apt-get install python3

2. Install and validate django 2.1 and later version

pip install Django

3. Install json2html python module

pip install json2html

4. Clone the repository onto local machine

git clone https://github.com/novicejava1/django.git

5. Run the Application

python manage.py runserver 0:8000

6. Test the URL

http://:8000/reports/selectchart

Note - Make sure to download and use the json files uploaded in the project repository jsonfiles folder.

Fusioncharts Usage Ref - https://www.fusioncharts.com/dev/getting-started/django/your-first-chart-using-django