Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

melyouz/JURF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What's JURF?

Riot Games API Challenge entry app. JURF shows you the URF 2015 game mode latest games & stats in an understandable/user-friendly way.

This is my first MEAN stack (MongoDB, Express.js, AngularJS & Node.js) app and I hope not the last one, since I like these technologies and I really enjoy doing things using them :)

Don't hesitate on commenting & suggesting me fixes. I am newbie on this, so feel free to guide me.

How to install/run the app

  • Download & install Node.js: https://nodejs.org/
  • Download & install MongoDB: https://www.mongodb.org/
  • Download JURF app files: https://github.com/ayrad/JURF/archive/master.zip
  • Run MongoDB server by executing the mongod command
  • Import the sample data JSON files to your Database
    • cd {dir_where_you_extracted_JURF_files}/sample_data
    • mongoimport -d urf -c games games.json
    • mongoimport -d urf -c champions champions.json
    • mongoimport -d urf -c spells spells.json
  • Install JURF app dependencies: npm install
  • Make sure you already configured server {host} + {port} inside config.js
  • Run the app: npm start or node app.js
  • Go to http://{host}:{port}/ and enjoy ;)

Screenshots

Home (The kings of URF)

URF Kings

Latest URF Games list

Latest Games List

Latests URF Games details

Latest Games Details

Statistics

Stats

Live Demo

Live Demo can be found on my little server http://37.187.100.95:13377/ NO LONGER MAINTAINED

About

Riot Games API Challenge entry app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages