Skip to content

The management system that helps the ground owner can manage booking schedule, client payment and ground services...

Notifications You must be signed in to change notification settings

k-kyler/mini-football-ground-management

Repository files navigation

Mini football's ground management website

Mini football's ground management system is my school project in learning the software development course, it have given me lots of knowledge of how a booking and managing system working.

Installation

  1. Download Font Awesome, jQuery, jQuery UI and jQuery Select2 libraries.

  2. Create a folder named Libraries with two sub-folders named jQuery and FontAwesome.

  3. Copy css/all.css and webfonts/ of Font Awesome package to Libraries/FontAwesome.

  4. Copy jquery-3.5.1.js of jQuery package to Libraries/jQuery.

  5. Copy images/, jquery-ui.js, jquery-ui.css and jquery-ui.theme.css of jQuery UI package to Libraries/jQuery.

  6. Copy select2.full.min.js and select2.min.css of jQuery Select2 package to Libraries/jQuery.

  7. Finally, clone the project and paste the Libraries folder to it.

Setting libraries in project layout

<!-- Font Awesome -->
<link rel="stylesheet" href="./Libraries/FontAwesome/css/all.css">

<!-- jQuery UI styles -->
<link rel="stylesheet" href="./Libraries/jQuery/jquery-ui.css">
<link rel="stylesheet" href="./Libraries/jQuery/jquery-ui.theme.css">
        
<!-- jQuery Select2 styles -->
<link rel="stylesheet" href="./Libraries/jQuery/select2.min.css">

<!-- jQuery -->
<script src="./Libraries/jQuery/jquery-3.5.1.js"></script>

<!-- jQuery UI -->
<script src="./Libraries/jQuery/jquery-ui.js"></script>     

<!-- jQuery Select2 -->
<script src="./Libraries/jQuery/select2.full.min.js"></script>

Usage

  1. Setup and run XAMPP app.

  2. Start Apache Server and MySQL Server.

  3. Import database to MySQL Server

  4. Run and enjoyed the project.

Functions

  1. Booking and payment management.

  2. User management.

  3. Beverage management

  4. Booking online.

  5. Statistic profit.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

About

The management system that helps the ground owner can manage booking schedule, client payment and ground services...

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published