Skip to content

StretchProjects/stretch-league

Repository files navigation

PHP MVC Sports League using Polymer

What is it?

PHP MVC Sports League using Polymer is a project created to demonstrate the use of MySQL databases, MVC frameworks, general PHP code aswell as learning how Polymer and WebComponents work.

Where can I see it in action?

The entire development of the website can be found on Youtube.

Installation

  • Either download the files or clone the repository with Git.
$ git clone --bare https://github.com/StretchProjects/stretch-league.git
  • You will need NPM installed. Download Node.js, and select the NPM package in the install process.
  • When you have npm installed, you next need to install bower. To do this, type:
$ npm install -g bower
  • Once downloaded, update all of the packages by typing:
$ bower update
  • When you have the code side of thngs set up, you will also need to set up the database side of things. To do this, run the setup.sql file contained in the sql/ folder from inside a SQL editor, such as MySQL Workbench.