Skip to content

veronikaro/analytics-django-mongodb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project holds code of a simple reporting Django application. In this project, the following tools are used:

To successfully run the project, do the following:

  • Download / clone this GitHub sample
  • Download the MongoDB connector and set it up by following the instructions from the guide.
  • In django_reporting_project/dashboard/templates/your_report.html, specify the name of the MongoDB collection to which to connect from the pivot table.
  • Run the MongoDB connector
  • Run the Django development server: python manage.py runserver
  • Open http://127.0.0.1:8000/report/ and choose the report on the navigation bar.

More details can be found in the freeCodeCamp tutorial.

About

A simple reporting system for MongoDB data analysis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published