Git Product home page Git Product logo

footypigeon's Introduction

footypigeon

An online-based game where users can score points based on predictions of football game results, competing in private leagues with other players.

System requirements

  • PHP (>= 7.3)
  • Composer dependency manager (to be installed locally on machine)
  • BCMath PHP Extension
  • Ctype PHP Extension
  • Fileinfo PHP Extension
  • JSON PHP Extension
  • Mbstring PHP Extension
  • OpenSSL PHP Extension
  • PDO PHP Extension
  • Tokenizer PHP Extension
  • XML PHP Extension

All dependencies will be installed/updated by Composer.

Installation instructions

This application follows the standard Laravel project installation process. Run the following from the app's root directory:

  1. Install Composer dependencies:

    (in local development environment)

    composer install

    (in production environment)

    composer install --optimize-autoloader --no-dev

  2. Run database migrations (create tables): php artisan migrate

  3. Generate application key (used for encryption): php artisan key:generate

Your web server should be configured so that the web root is the /public directory.

In a production environment, it's also recommended to run some additional optimisation commands. Do not do this in a local development environment as it may prevent your changes from taking effect.

footypigeon's People

Contributors

tom-coward avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

abbeymaniak

footypigeon's Issues

Optimise DB queries

Optimise DB SQL queries (for instance by only selecting required columns over SELECT *).

Upgrade to Laravel 8.x/9.x

If any further development is undertaken it would be advisable to upgrade to Laravel 8.x, or Laravel 9 (next LTS release) in September, when v6 LTS support expires.

Move `points` to be per-user, as opposed to per-team

Due to changes to how team's points are now collected (users points collected before they joined a league are now included), there's no need to store an individual points tally per team/league a user is in.

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.