VAL-Data-Proj is an ambitious project aimed at collecting, analyzing, and visualizing data from Riot's endpoint Matches-V1. Leveraging a robust Postgres database, this project offers insightful statistical analysis using R Shiny and Django, with the final visualizations hosted on a React.js website.
Our goal is to provide continuous updates from the Riot API, offering a real-time analytical perspective for enthusiasts, players, and researchers alike.
- Database: PostgreSQL
- Data Analysis: R Shiny, Django
- Front-end: React.js
- API Source: Riot's endpoint Matches-V1
- Make sure you have PostgreSQL, R, Django, and Node.js installed on your system.
git clone [email protected]:paulobarrera14/val-data-proj.git
cd val-data-proj
Follow the instructions in db_setup.md
to configure your PostgreSQL database.
Navigate to the respective directories and follow the installation and configuration instructions.
cd client
npm install
npm start
Explain here how to use your project, any specific routes, endpoints, features, etc.
If you'd like to contribute, please fork the repository and use a feature branch. Pull requests are warmly welcome.
This project is licensed under the MIT License - see the LICENSE.md file for details.
If you have any questions, feel free to reach out to us!
You can modify this template to include additional sections such as API documentation, more specific installation instructions, screenshots, etc., based on the requirements and status of your project.