Code Monkey home page Code Monkey logo

zym_mini_project's Introduction

Gym mini Project

Welcome to the Gym Web PHP project! This project is designed to help you create a web application for managing a gym or fitness center. It's built using PHP, MySQL, and HTML/CSS, and provides features for both gym administrators and members.

Table of Contents

Introduction

The Gym Web PHP project is a web-based application that aims to simplify gym management tasks, making it easier for both gym administrators and members to interact with the system. Administrators can manage memberships, schedule classes, track attendance, and more. Members can view class schedules, track their own attendance, and update their profiles.

Features

  • Admin Panel:

    • Manage members: Add, edit, and delete member profiles.
    • Manage memberships: Create and update membership plans.
    • Schedule classes: Set up classes, assign trainers, and define class times.
    • Track attendance: Mark attendance for classes and view attendance reports.
  • Member Portal:

    • View class schedule: Check the schedule of upcoming classes.
    • Update profile: Members can update their personal information.
    • View attendance: See their attendance history for different classes.
    • Join classes: Members can enroll in classes they're interested in attending.

Installation

Follow these steps to set up the Gym Web PHP project on your local development environment.

Prerequisites

  1. Web Server: You need a web server like Apache or Nginx installed.
  2. PHP: Ensure you have PHP 7.x or later installed.
  3. MySQL: Make sure you have MySQL or another compatible database system.
  4. Composer: Install Composer, a PHP dependency management tool.

Setup

  1. Clone the Repository: Clone this repository to your web server's document root.

    git clone https://github.com/your-username/gym-web.git
  2. Install Dependencies: Navigate to the project directory and install PHP dependencies using Composer.

    cd gym-web
    composer install
  3. Database Setup: Create a new MySQL database for the project. Import the SQL schema from the database.sql file provided.

    mysql -u username -p database_name < database.sql
  4. Configuration: Rename the config.example.php file to config.php and update the database credentials and other settings.

  5. Web Access: Make sure your web server is correctly configured to serve the project. You may need to set up virtual hosts or configure your server's document root.

  6. Access the Project: Open your web browser and navigate to the URL where the project is hosted.

Usage

Admin Panel

  • Access the admin panel by logging in with your administrator credentials.
  • Manage members, memberships, classes, and attendance using the provided interface.

Member Portal

  • Members can log in using their credentials.
  • View class schedules, update their profiles, and see their attendance history.

Contributing

Contributions are welcome! If you'd like to contribute to this project, feel free to fork the repository, make your changes, and submit a pull request.

License

This project is licensed under the MIT License. You are free to use, modify, and distribute the code as per the terms of the license.


Outputs: Screenshot 2022-12-31 at 6 19 10 PM Screenshot 2022-12-31 at 6 19 47 PM Screenshot 2022-12-31 at 6 19 55 PM Screenshot 2022-12-31 at 6 20 01 PM Screenshot 2022-12-31 at 6 20 06 PM Screenshot 2022-12-31 at 6 20 11 PM

zym_mini_project's People

Contributors

helloharendra avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.