Giter VIP home page Giter VIP logo

euro2016's Introduction

Euro 2016

Code Climate Codacy Badge David DM

Euro 2016 is a web service written in Node.js, giving you and your friends ๐Ÿ‘ฆ ๐Ÿ‘ง a platform of competition: Who is the better forecaster of football โšฝ matches? Make bets of future matches, collect scores and win the crown ๐Ÿ‘‘.

Scoring

  • โญโญโญ correct bet
  • โญโญ correct goal difference
  • โญ correct winner

The UEFA European Championship 2016 is taking place in France ๐Ÿ‡ซ๐Ÿ‡ท from June 10 to July 10. Happy betting!

Install

You need to have PostgreSQL ๐Ÿ˜ >= 9.3 installed and configured with a new database. Node.js is required of course, recommended versions are >=4.4.0.

git clone https://github.com/syxolk/euro2016.git
cd euro2016
npm install

Now copy template.config.coffee to config.coffee and set the database connection.

cp template.config.coffee config.coffee
nano config.coffee

Before the first run you usually want to add all matches and teams:

node tools/populate.js tools/euro2016.json

Run

The database structure will be created on first run automatically.

node index.js

Update

How to update euro2016 to the newest version:

git pull
npm install

Notes

  • Bower is no longer needed. We use gulp now. You can delete the bower_components folder.

Credits

Icons made by Papedesign from www.flaticon.com is licensed by CC 3.0 BY

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.