GithubHelp home page GithubHelp logo

luciengeorge / ecse321-team7-soccerscoring Goto Github PK

View Code? Open in Web Editor NEW

This project forked from vicrep/ecse321-team7-soccerscoring

0.0 1.0 0.0 6.71 MB

ECSE321 Team 7 Group Project

Java 79.23% PHP 14.97% JavaScript 5.73% CSS 0.07%

ecse321-team7-soccerscoring's Introduction

Build Status

SocScore ##McGill Fall 2015 - ECSE321 Team 7 Group Project

SocScore is a multi-platform soccer scoring system, written in Java.

About

This software system is subdivided into four sections:

  • Framework
  • Web App
  • Android App
  • JavaSwing App

####Framework

The framework is written purely in Java 7, and encapsulates all the control and model aspects of the respective applications. The JAR is located here, and is used in all other applications. The source code can be found here.

How to run the system

Web App

The web application is written in PHP, and uses a special server system called Quercus, which allows for the use of java classes and methods directly in PHP code. Though Quercus can be installed in any Java server (i.e. Tomcat), we recommend using Resin, as it implements this technology natively.

Installation Guide

  1. Download Resin, and extract the tar.gz file.
  2. Using your terminal, navigate to the folder extracted from the download.
  3. Run ./configure, followed by make and make install (if those last two commands don't work, then it's they aren't necessary)
  4. Copy the following files in the following locations
  5. Then from the main Resin folder in terminal, run bin/resin.sh start to initialize the server.
  6. You will then be able to access the web-application by navigating to htpp://localhost:8080/SocScore/
  7. When you are done, you can shut down the server using the command bin/resin.sh stop

Android App

Installation Guide

The app apk is located here. Download it and run it directly on an android device or you can run it on an emulator available online such as bluestacks. The source code of the android app is accessible from here.

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.