Skip to content

Latest commit

 

History

History
56 lines (38 loc) · 1.77 KB

File metadata and controls

56 lines (38 loc) · 1.77 KB

Django + Google Analytics API

This project it's useful to integrate with Google Analytics and retrieve informations from user with a friendly interface.

Requirements

How to use

  • In the root project directory run:
    • docker-compose up --build
    • After finish the build process open's your browser and type the url below:

System functions

  • The system has 5 mainly functions:
    • User signup
    • Login
    • Home page with data from accounts, properties and views
    • Google Analytics API request to retrieve data from account, properties and views
    • Log page which contains data from api request/response time, error logs and others

User guide

  • In user_guide directory has a file with explanations and images about how to use the system.

Techonologies