-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 06c1c90
Showing
81 changed files
with
10,988 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
Sports club Management System is the process whereby records of members are directly stored and can be accessed | ||
by the admin interactively in real-time without an intermediary service. | ||
Sports club Management System is the process of storing members details including health status, payment records, | ||
exercise routines etc who have taken admission to the Sports club . Since the emergence of the World Wide Web, owners | ||
have sought to stored their user details in a digital system for easy access and find out every detail when needed. | ||
|
||
Features | ||
======== | ||
� Provide a web admin interface to add, view, delete records of all the customers. | ||
� Provide an admin interface to view the total members of the Sports club . | ||
� Provide an admin interface to change details of all the members when required. | ||
� Provide an admin interface to view the total income from the members who have taken admission. | ||
� I have also created 3 Triggers and a Stored Procedure in the project for better understandin of the Data base concepts | ||
|
||
|
||
LogIn | ||
Dashboard | ||
Registration | ||
Payment | ||
Edit Member | ||
View Plan | ||
View Routine | ||
View Profile | ||
Brief overview of the technology: | ||
Front end: HTML, CSS, JavaScript | ||
|
||
HTML: HTML is used to create and save web document. E.g. Notepad/Notepad++ | ||
CSS : (Cascading Style Sheets) Create attractive Layout | ||
Bootstrap : responsive design mobile freindly site | ||
JavaScript: it is a programming language, commonly use with web browsers. | ||
Back end: PHP, MySQL | ||
|
||
PHP: Hypertext Preprocessor (PHP) is a technology that allows software developers to create dynamically generated | ||
web pages, in HTML, XML, or other document types, as per client request. PHP is open source software. | ||
MySQL: MySql is a database, widely used for accessing querying, updating, and managing data in databases. | ||
|
||
Server Requirement(any one) | ||
WAMP Server | ||
XAMPP Servers(Used for this project) | ||
MAMP Server | ||
LAMP Server | ||
|
||
Installation Steps | ||
1. Download zip file and Unzip file on your local server. | ||
2. Put this file inside "C:\xampp\htdocs\" . | ||
3. Open xampp control panel | ||
4. Click on start for Apache and MySQL | ||
5. Now For Database Configuration | ||
Open in browser = http://localhost/phpmyadmin/ | ||
Create Database named = sports_club_db | ||
Import database (sports_club_db.sql) from downloaded folder | ||
The sql file(sports_club_db.sql) will now be saved into "C:\xampp\mysql\data" | ||
|
||
6. Open Your browser put inside "http://localhost/Project Folder Name/" | ||
7. Click on the File icon to open the project | ||
|
||
Admin Login Details | ||
Login Id: admin1 | ||
Password: admin1 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.