https://github.com/seyed0123/gym
gym management system
https://github.com/seyed0123/gym
bootstrap mysql-database php
Last synced: about 2 months ago
JSON representation
gym management system
- Host: GitHub
- URL: https://github.com/seyed0123/gym
- Owner: seyed0123
- Created: 2024-07-29T05:57:44.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-14T18:41:35.000Z (almost 2 years ago)
- Last Synced: 2025-01-24T08:31:36.889Z (over 1 year ago)
- Topics: bootstrap, mysql-database, php
- Language: PHP
- Homepage:
- Size: 8.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gym Management System

A PHP-based application crafted to optimize and simplify gym management. It offers an intuitive interface for efficiently managing memberships, tracking attendance, and scheduling classes, ensuring seamless operation and enhanced member satisfaction.
## Features
- Member Management: Add, update, and delete member profiles, track memberships, and manage renewals.
- Attendance Tracking: Record and monitor daily attendance by creating sessions for them.
- Program Management: Add, update, delete programs, exercise, and assign programs to the users.
- Reports: Generate detailed reports on member activity, and class attendance.
## Requirements
- PHP 7.4 or higher
- MySQL 5.7 or higher
- Apache or Nginx web server
## Installation
### 1- Clone the repository
```shell
git clone https://github.com/seyed0123/gym.git
cd gym
```
### 2- Set up the database
- Install the MySQL composer lib.
- Create a MySQL database.
- enter the database info in the [db](php/db_connect.php) file.
- create tables using [table](table.sql) file
### 3- Setup admin user
- set the admin username and password in the [admin](admin.json) file
- default admin username and password is (username = `admin` , passwords =`1234`)
- you can generate the admin password hash using [test](test.php) file.
## Database

## Screenshots
### login

### sign up

### user



### admin

#### new session

#### search user


#### new program




### **The site support the mobile view as well**


##Contributing
feel free to send the pull requests