Skip to content

Pratham3900/gym_Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🏋️ Gym Management System (gym_Project)

A comprehensive Gym Management System built with PHP, MySQL, HTML, CSS, and JavaScript.
This platform helps gym owners and staff manage members, handle billing/payments, and generate reports.


🚀 Features

✅ Member Registration & Login
✅ Member Profile & Progress Tracking
✅ Workout Attendance Management
✅ Billing and Payment Processing
✅ Report Generation (Monthly, Yearly)
✅ Responsive & Modern UI Design
✅ Admin Dashboard with Analytics


🗃️ Tech Stack

Component Technology
Frontend HTML, CSS, JavaScript
Backend PHP (WAMP)
Database MySQL
Payment Processing Razorpay
Authentication Session-base

⚙️ Installation Steps

  1. Clone this repository

    git clone https://github.com/Pratham3900/gym_Project.git
  2. Move the folder to your web server’s root directory: C:\wamp64\www\gym_Project

  3. Start your server (Apache + MySQL) and ensure both services are running.

  4. Create the database:

Open your browser to http://localhost/phpmyadmin

Create a database named: gym_db

Import the SQL dump: 5. gym_db.sql 6.Update the database connection config in config.php (if needed):

$host = "localhost"; $user = "root"; $pass = ""; $dbname = "gym_db"; 5.Run your application:

http://localhost/gym_Project/ 📁 Folder Structure

gym_Project/ │ ├── admin/ # Admin dashboard & management ├── member/ # Member-portal functionalities ├── attendance/ # Attendance module ├── billing/ # Billing & payment module ├── database/ # SQL dump (gym_db.sql) ├── assets/ # CSS, JS, Images ├── index.php # Main entry └── README.md # Project documentation 👤 Developed By Pratham Danawala 📧 Email:prathamdanawala@gmail.com 🎓 BCA / MCA Student | Gym Management System Developer

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors