This project it's useful to integrate with Google Analytics and retrieve informations from user with a friendly interface.
-
Docker containers
-
Credentials to use Google Analytics API, pay attention to the described steps.
-
Besides credentials, it's necessary which the account has almost one property and one view.
- In the root project directory run:
- docker-compose up --build
- After finish the build process open's your browser and type the url below:
- 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
- In user_guide directory has a file with explanations and images about how to use the system.
-
Main developments was in Python.
-
Frontend was made in Django framework
-
Database was postgres
-
To UI was utilized bootstrap CDN
-
To control DOM components was used JavaScript
-
To create and prepare the environment
-
API development