You are on page 1of 6

A

Synopsis on

“Gym Mangagement Syatem”


Submitted for the partial fulfillment of
Diploma in Computer Engineering
Submitted By

1. Sathe karan prakash-1910870027


2. Sabale Chetan Bhanudas - 1910870046
3. Hirve Hemanshu Harsh - 1910870044
4. Bhalerao Abhisheak shailesh -1910870048
5. Gaikwad Akash Bhausaheb- 1910870026

Guided By
Prof. Bhagyashree patil.

Department of Computer Engineering


Bhivrabai Sawant Polytechnic
JSPM’S
BHIVRABAI SAWANT POLYTECHNIC
CERTIFICATE

This is to certify that this Project contains the bonafied work of following students of
FifthSem Diploma in Computer Engineering, of bhivrabai Sawant Polytechnic,
Wagholi for the session 2021-22. They have completed their project report entitled

"SOCIETY MANAGEMENT SYSTEM” under the guidance of Prof.


Bhagyashree patilThis Project report is being submitted to MSBTE, Mumbai, in the
partial fulfillment for the Diploma in Engineering.

Sr. No. Name of the Students Enrollment No.


1.
Sathe karan prakash 1910870027

2. Sabale Chetan Bhanudas 1910870046

3. Hirve Himanshu Harsh 1910870070

4. Gaikwad Akash Bhausaheb 1910870039

5. 1910870048
Bhalerao Abhishek shailesh
Prof. Jadhav .B.B.
Project Guide

Prof.S.G.Gaikwad Dr. Kale P.T


HOD Principal

Gym Management System in PHP MySQL


Description
The Gym Management System is a simple PHP/MySQLi project that manages a fitness gym
business memberships and payments records. The system stores the fitness gym membership
plans, packages, and trainers.

Member Ship plan :. 


The plan list helps organize the member’s selected plan for his/her membership with the
fitness gym. Each plan are one-time payment only, which means that the membership fee of
the members are based on their selected plan. This refers to how long the member will be
marked as an active member in the fitness gym

Packages List. The packages list refers to the list of packages that the fitness gym
management offers to their members. This program of the fitness gym is payable by month
until the expiration of the member’s membership.

Trainers List. The trainer list will be used if the member will hire also a trainer if every trainer is
not included in his/her package. The trainer’s rate will be added to the monthly amount
payable to the member.

Renewal of Membership. The membership can be renewed when the fitness gym


member’s membership plan will expire, which means the member can extend his/her
membership, and the gym management system will include the membership fee again
to the first-month payment of the member after his/her previous membership expires.

Change of Membership Plan or Packages. The gym management or the system user


must end the plan of the member if the member will change his/her membership plan
or packages after his/her previous membership plan expires to allow the system to
know that the member is not active anymore in any membership plan and packages.
Features
1. Login Page
a The page where the system users will submit their
system credentials to access the gym management
system data.
2. Home Page
a The page where the system users will be redirected by
default after logging in.
3. Plan Page
a The page where the fitness gym membership plans are
listed and can be managed.
4. Packages Page
a The page where the system users will populate the list
of the packages they offer to their members.
5. Members Page
a The page where the fitness gym members are listed
and managed.
6. Member Details Modal
a The popup modal in the member’s page that shows the
member’s details, and active/previous membership plans.
7. Trainers Page
a The page where the list of fitness gym trainers are listed
and managed.
8. Membership Validity Page
a The page where the list of active member’s plan are
listed and managed.
9. Schedule Page
a The page where the user can schedule or store the
expected date of the member’s presence. This feature is
only for the fitness gym management’s reference to check
the expected members on a certain date.

1st Step: Open your XAMPP Control Panel then start Apache and MySQL in it
2nd Step: Download and Extract the source code zip file (See download button)
3rd Step:  Copy the extracted source code folder and paste it into the xampp/htdocs
4th  Step: Open a browser and go to URL “http://localhost/phpmyadmin/”
5th Step: Create a new database naming it gym_db.
6th Step: Import the SQL file located in the database folder of the source code
8th Step:  Open a web browser and browse the project [http://localhost/gym-
management-system]

You might also like