Skip to content

BozhidarKabzamalov/League-Of-Stats-Backend

Repository files navigation

League Of Stats

League Of Stats is a single-page application which allows League of Legends users to easily look up information and statistics about their accounts by utilizing Riot Games's API.

Utilizes League of Legends API, HTML, CSS, JavaScript, Vue.js, Ajax, PHP, Laravel, Eloquent ORM and MySQL.

1

The application consists of a Vue.js front-end and PHP (Laravel) back-end which are separated from each other. Separating the front-end from the back-end has many advantages such as:

  • Readability
  • Flexibility
  • Scalability
  • Easy maintenance
  • Modularity
  • Easier deployment

Front-end responsibilities:

  • Make requests to the back-end for information about League Of Legends users and matches
  • Display all the information in an understandable manner
  • Handle routing

Back-end responsibilities:

  • Make requests to Riot Games's API and then return the responses to the front-end
  • Store the API responses inside the database
  • Obfuscate Riot Games's API key

2

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages