Skip to content

Database design and application development techniques for a real-world system. System analysis, requirement specifications, conceptual modeling, logic design, physical design and web interface development. Develop projects using contemporary database management system and web-based application development platform.

Notifications You must be signed in to change notification settings

tngo0508/CPSC431-final-project

Repository files navigation

WEB-MANAGEMENT-SPORT-TEAM

Table of content

Summary

  • In this project, my teammates and I used PHP and mySQL to design a web application where users can create their own tournamanents. There are four different types of user that are admin, manager, player, and normal user. Each type of user has different priviledges and functionality in the application.
  • Our website provides the functionality to completely manage a basketball league
  • Using our website, you can keep track of all:
    • Teams
    • Players
    • Games
    • Statistics

Installation and Configuration

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone https://github.com/tngo0508/CPSC431-final-project/
  • Follow thisREADME to install PHPMailer
  • Run XAMPP - Apache, PHP
  • Go to folder htdocs in XAMPP and put all files into there
  • Visit Link: http://localhost/phpmyadmin to import SPORT-MANAGEMENT_ddl.sql
  • Visit http://localhost/SOURCE CODE

Usage

ADDING PLAYER TO TEAM

A1 A2 A3 A4

CREATE TEAM

B1 B2 B3 B4

CREATE GAME

C1 C2 C3 C4 C5 C6

MAIL SYSTEM

D1 D2 D3 D4

PROFILE UPDATE

E1 E2 E3

PROMOTE

F1 F2 F3 F4 F5

STATS UPDATE

G1 G2 G3 G4

Technology Used

Programming Languages

  • HTML5
  • Javascript
  • CSS3
  • PHP

Front-End

  • Bootstrap 4.0

Database

  • MySQL

Text Editor

  • Atom
  • Vim

Third-party library

  • PHPMailer

Acknowledgements

Authors/Contributors

About

Database design and application development techniques for a real-world system. System analysis, requirement specifications, conceptual modeling, logic design, physical design and web interface development. Develop projects using contemporary database management system and web-based application development platform.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages