TRANSFERS R US
🚀 Getting Started
'Transfers R Us' is a web-based tool for calculating a football player's transfer value, this value is based on how their team has performed in previous league matches. This repository contains all the code neccesary to run the website as well as information about how we have worked together to create said website. Below is some useful information about running the website and references to any further modules you would need.
🎯 Features
- Player search functionality
- Details of all available player's
- Visualisation of real-time player transfer value
- Player comparison
- Account system
- User favourites system
⌨️ DB Details
DB Link: phpMyAdmin
Username: sd
Password: HT8wxqxhjLSVLm3@
🖇️ Login Details
Privilege | Username | Password |
---|---|---|
Standard User | user | user |
Admin | admin | admin |
📝 REPORT:
📪 GANTT CHART:
https://docs.google.com/spreadsheets/d/1z2WcQP0-amtd0keUgPOohVx4qdjET5cq8mdI5zdB0nQ/edit?usp=sharing
🖥️ How to Run
-
Ensure you have python3 installed.
At a command prompt, type python --version to ensure you have version 3.
-
Download or clone the part1 folder from this repository.
If you download as a zip file, be sure to unzip it.
-
Ensure that all the required modules are installed (Flask and MySQL, Werkzeug and Dateutil)
See the Installation Libraries/Modules Section below for information on importing modules
-
Run the 'main.py' file and click on the https link to open the website
The https link will appear in the terminal window
📚 Installation Libraries/Modules
Use the package manager pip to install libraries.
pip install flask
pip install flask-mysql
pip install pymsql
pip install -U Werkzeug
pip install python-dateutil
✍🏻 Developers
-
Jack Douet (@jqw2-douet)
-
Troy Akbulut (@t2-akbulut)
-
Sude Fidan(@s2-fidan)
-
William Barnes(@w2-barnes)
-
Fiorella Scarpino (@f2-scarpino)