A PHP based website that offers users data from all FIFA™ World Cups with data from Kaggle .
This project is being developed with the following technologies:
- PHP :: PHP™ Language
- MySQL :: MySQL Relational DB
- Javascript :: ECMAScript/Javascript Language
- HTML5 :: HTML5 Hypertext Markup Language
- CSS3 :: CSS3 Cascading Style Sheets
- Apache :: Apache2 HTTP Server
- NGINX :: NGINX Web Server
- OpenSSL :: OpenSSL
- LetsEncrypt :: LetsEncrypt CA
- ...Work in progress
Useful tools for setting up this project:
These instructions will take you to a copy of the project running on your local machine for testing and development purposes.
- git clone https://github.com/magujun/fifaworldcups.git
- cd FIFAWorldCups
NOTE:
The following commands are an example for a GNU/Linux x86_64 environment (Debian-based).
For other platforms, please install the dependencies versions for your server.
COMPILE
RUN
All the PHP classes that led me to develop this project were taught by Dan K. Ling as part of Okanagan College's Computer Information Systems COSC-213 Course.
- Fork this repository;
- Create a branch with your feature:
git checkout -b my-feature
; - Commit your changes:
git commit -m 'feat: My new feature'
; - Push to your branch:
git push origin my-feature
.
After the merge of your pull request is done, you can delete your branch.
This project is under the MIT license.
See the LICENSE file for more details.