Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shyamg090/fitness_management_system
This PHP and SQL-based fitness management system helps gyms manage users and memberships. It allows for user profile creation and tracking, membership management with subscriptions, class scheduling and attendance, and offers optional features like progress tracking, payment processing, and reporting for improved efficiency, user experience.
https://github.com/shyamg090/fitness_management_system
apache css php sql xaamp
Last synced: 3 days ago
JSON representation
This PHP and SQL-based fitness management system helps gyms manage users and memberships. It allows for user profile creation and tracking, membership management with subscriptions, class scheduling and attendance, and offers optional features like progress tracking, payment processing, and reporting for improved efficiency, user experience.
- Host: GitHub
- URL: https://github.com/shyamg090/fitness_management_system
- Owner: shyamg090
- Created: 2024-02-01T14:58:27.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-06-26T05:32:50.000Z (5 months ago)
- Last Synced: 2024-06-26T06:52:09.300Z (4 months ago)
- Topics: apache, css, php, sql, xaamp
- Language: PHP
- Homepage:
- Size: 34.4 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fitness-Management-System-DBMS-project
# This Project is Created in PHP
Things you required
1.Apache (php) server
2.Mysql server
recomded to use xampp
# How to Setup Project
1.copy the Project in htdocs (in case xampp) or www (in case wampp)
2.Run Apache server and Mysql server
3.create Database 'loginsystem' and Include file loginsystem.sql from project folder to mysql and fire quiries
4.change the port number in dbconnect.php and in all the file where there is an connection object to 3306
5.if you have done well then you wil be ready to Go.