📈 League of Legends Stats Web App
The goal of leaguestats.gg is to provide global complete data for all League of Legends summoners.
Here is an example of stats for some summoner.
Development environment requirements : - Node.js >= 12.0.0 - MongoDB >= 4.4 - Redis
Setting up your development environment on your local machine : ```bash
git clone https://github.com/vkaelin/LeagueStats.git cd leaguestats/client npm install
cd leaguestats/server npm install cp .env.example .env # edit the values node ace mongodb:migration:run # your MongoDB installation needs to by a Replica Set and not a Standalone ```
Running the app : ```bash
cd client npm run dev
cd server npm run dev ```
Deploying the app : ```bash
cd client npm run build
cd server npm run build node build/server.js ```
Do not hesitate to contribute to the project by adapting or adding features ! Bug reports or pull requests are welcome.
NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0)
https://creativecommons.org/licenses/by-nc-sa/4.0/
Share — copy and redistribute the material in any medium or format
Adapt — remix, transform, and build upon the material
NonCommercial — You may not use the material for commercial purposes.
ShareAlike — If you remix, transform, or build upon the material, you must distribute your contributions under the same license as the original.