All Projects → vkaelin → Leaguestats

vkaelin / Leaguestats

Licence: other
📈 League of Legends Stats Web App

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Leaguestats

Express Mongodb Rest Api Boilerplate
A boilerplate for Node.js apps / Rest API / Authentication from scratch - express, mongodb (mongoose).
Stars: ✭ 153 (-11.05%)
Mutual labels:  redis, mongodb
Phive Queue
$queue->push('I can be popped off after', '10 minutes');
Stars: ✭ 161 (-6.4%)
Mutual labels:  redis, mongodb
Spring Boot Vue Bank
我,请始皇[打钱]是一个前后端分离的工具人系统,项目采用 SpringBoot+Go+Vue 开发,项目加入常见的企业级应用所涉及到的技术点,例如 Redis、RabbitMQ 等(主要是多用用工具多踩踩坑)。
Stars: ✭ 157 (-8.72%)
Mutual labels:  redis, mongodb
Sourcecodeofmongoredis
《左手MongoDB,右手Redis——从入门到商业实战》书籍配套源代码。
Stars: ✭ 135 (-21.51%)
Mutual labels:  redis, mongodb
Spring Boot Leaning
Spring Boot 2.X 最全课程代码
Stars: ✭ 2,008 (+1067.44%)
Mutual labels:  redis, mongodb
Bricks
A standard library for microservices.
Stars: ✭ 142 (-17.44%)
Mutual labels:  redis, mongodb
Nodebb
Node.js based forum software built for the modern web
Stars: ✭ 12,303 (+7052.91%)
Mutual labels:  redis, mongodb
Vertx Feeds
Feed aggregator using Vert.x 3 (showcase)
Stars: ✭ 127 (-26.16%)
Mutual labels:  redis, mongodb
Docker Compose
一些基础服务的docker-compose配置文件,方便在一台新电脑上快速开始工作
Stars: ✭ 163 (-5.23%)
Mutual labels:  redis, mongodb
Roomler
Roomler - Multi-party Video Conferencing & Team Collaboration Tool using WebRTC (Janus Gateway)
Stars: ✭ 160 (-6.98%)
Mutual labels:  redis, mongodb
Nosqlmap
Automated NoSQL database enumeration and web application exploitation tool.
Stars: ✭ 1,928 (+1020.93%)
Mutual labels:  redis, mongodb
Apubplat
Devops自动化部署、堡垒机开源项目、Web Terminal
Stars: ✭ 167 (-2.91%)
Mutual labels:  redis, mongodb
Vagrant Elastic Stack
Giving the Elastic Stack a try in Vagrant
Stars: ✭ 131 (-23.84%)
Mutual labels:  redis, mongodb
Cachego
Golang Cache component - Multiple drivers
Stars: ✭ 148 (-13.95%)
Mutual labels:  redis, mongodb
Zhttp
基于swoole的异步轻量级web框架,内部封装协程异步非阻塞全套mysql、redis、mongo、memcached连接池,可以轻松start、reload、stop,加入数据库的查询模块,框架已经封装好近乎同步写法,底层异步调用
Stars: ✭ 131 (-23.84%)
Mutual labels:  redis, mongodb
Putongoj
Putong Online Judge -- An online judge with nothing special
Stars: ✭ 157 (-8.72%)
Mutual labels:  redis, mongodb
Ledokku
Beautiful web UI for all things Dokku
Stars: ✭ 103 (-40.12%)
Mutual labels:  redis, mongodb
Nest Cnode
CNode 社区 Nest 版本 https://cnodejs.org/
Stars: ✭ 125 (-27.33%)
Mutual labels:  redis, mongodb
Pifpaf
Python fixtures and daemon managing tools for functional testing
Stars: ✭ 161 (-6.4%)
Mutual labels:  redis, mongodb
Springbootlearning
《Spring Boot教程》源码
Stars: ✭ 2,065 (+1100.58%)
Mutual labels:  redis, mongodb

LeagueStats

Netlify Status LeagueStats.gg official Discord

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.

Screenshot

Installation

Development environment requirements :

Setting up your development environment on your local machine :

> git clone https://github.com/vkaelin/LeagueStats.git
> cd leaguestats/client
> npm install

# And

> 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

Useful commands

Running the app :

> cd client
> npm run dev

# And

> cd server
> npm run dev

Deploying the app :

> cd client
> npm run build

# And

> cd server
> npm run build
> node build/server.js

Contributing

Do not hesitate to contribute to the project by adapting or adding features ! Bug reports or pull requests are welcome.

License

NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0)
https://creativecommons.org/licenses/by-nc-sa/4.0/

You are free to:

Share — copy and redistribute the material in any medium or format

Adapt — remix, transform, and build upon the material

Under the following terms:

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].