Skip to content

MarcObvious/elanalistadeapuestas

Repository files navigation

#The Analyst - El Analista de Apuestas

AngularJs simple WebPage for the final project 'Predicció i mostra de resultats futbolístics utilitzant algoritmes de Machine Learning'.

It connects to a nodeJs API to retrieve all the data.

The aim of this project is to build a fully functional platform containing reliable information about football soccer past matches as well as machine-learning-based predictions of future matches results. With this aim, a large amount of data has been collected and used to build a database containing all the scores -among other information- for all the matches played in three major European leagues (BBVA, Bundesliga and Premier League) from 2013 until today.

API

  • https://github.com/MarcObvious/api-elanalistadeapuestas

Live example

  • http://elanalistadeapuestas.com

Getting it up and running

  1. Clone this repo from https://github.com/MarcObvious/elanalistadeapuestas.git
  2. Run npm install
  3. Run gulp dev in order to test the page

Getting the webpage into the server

  1. Run gulp prod
  2. scp -r build/. [email protected]:/home/code/boot-analista/build

Boilerplate forked from:

  • https://github.com/jakemmarsh/angularjs-gulp-browserify-boilerplate

Home page:

home

Grid:

Grid

Match detail:

Detail

View contributors