Skip to content

ebergama/fifa.tournament

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

500 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fifa.tournament

Fifa Tournament is an application for keep tracking about the Fifa/PES matches results with your friends or colleagues. It works for 1 vs 1 and 2 vs 2 matches.

Features:

  • Google Authentication
  • Build your own stats!
  • Ranking ladder system
  • Players profiles.
  • Tournament generation.
  • Single match track.

Setup

Requirements

  • Latest MongoDb.
  • Latest npm version
  • Latest nodejs version

Configuration

Configure the env.config file properly

Set up the database

tar -xf backup/prod.backup_<latest>.tar.gz 
mongorestore --drop -d fifa prod.backup_<latest>/heroku_<hash>/

Replace the tag by the actual latest backup filename

Running

Startup mongo database

mongod

Run the app

npm install
env ENV_FILE=./env.config node server.js

Developer information

Collaborators:

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 58.0%
  • HTML 33.7%
  • CSS 8.3%