Skip to content

novicejava1/django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Generate Graphs based on JSON Input Files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published