Skip to content
This repository has been archived by the owner on Jan 19, 2023. It is now read-only.

JehanKandy/GYM-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GYM-Management-System

GYM Management System

Start Development - 23 November 2022

End Development - 17 December 2022


How to use

  • copy all Files to xampp/htdocs/
  • and run mysql and Apache Servers

For SQL file (gym_system.sql)

  1. Run mysql and Apache Servers
  2. open web browser
  3. address bar type- localhost/phpmyadmin
  4. Create Database named gym_system
  5. import gym_system.sql file

Download Link

https://drive.google.com/drive/folders/1isnvaKH4R17RvIIzpMxwYoGm6iO5jM6G?usp=share_link

DOWNLOAD ALL FILES and ALL FILES MUST BE in SAME FOLDER

Logins

admin

Username : jehan

Password : 789

DEVELOPMENT HISTORY


23 November 2022

  1. DEVELOP
  • start to develop the project
  • css
    • css/style.js
  • index.php
  • lib
    • lib/layouts
      • lib.layouts/header.php
      • lib/layouts/footer_home.php
      • lib/layouts/nav.php
  • js
    • js/script.js

24 November 2022

  1. DEVELOP

  2. UPDATE

  • lib/layouts/nav.php
  • index.php
  • css/style.css

27 November 2022

  1. DEVELOP
  • docs
    • docs/about.php
    • docs/contact.php
    • docs/shop.php
  • lib
    • lib/function
      • lib/function/config.php
  1. UPDATE
  • index.php
  • css/style.css
  • index.php
  1. REMOVE
  • lib/layouts/nav.php

28 November 2022

  1. DEVELOP
  • lib
    • lib/function
      • lib/function/function.php
    • lib/views
      • lib/views/login.php
    • lib/layouts
      • lib/layout/footer1.php
  1. UPDATE
  • index.php
  • css/style.css

29 November 2022

  1. DEVELOP
  • lib
    • lib/layouts/
      • lib.layouts/reg.php
  1. UPDATE
  • lib/layouts/login.php
  • css/style.css
  • lib/function/function.php

30 November 2022

  1. DEVELOP
  • lib
    • lib/views
      • lib/views/wating.php
  1. UPDATE
  • lib/function/function.php
  • lib/views/reg.php
  • lib/views/login.php
  • css/style.css

01 December 2022

  1. DEVELOP
  • lib
    • lib/views
      • lib/views/pass_reset_email.php
      • lib/views/otp_pass.php
  1. UPDATE
  • lib/function/function.php


02 December 2022

  1. DEVELOP
  • lib
    • lib/views
      • lib/views/new_pass.php
    • lib/routes
      • lib/routes/admin.php
      • lib/routes/members.php
    • lib/layouts
      • lib/layouts/nav_loged.php
  • css
    • css/dashboard.css
  1. UPDATE
  • lib/function/function.php

  • lib/views/otp_pass.php

  • js/script.js


05 December 2022

  1. DEVELOP
  • lib
    • lib/routes
      • lib/routes/admins.php
      • lib/routes/products.php
      • lib/routes/plans.php
  1. UPDATE
  • css/dashboard.css

  • lib/routes/members.php

  • lib/routes/admin.php

  • lib/fuction/fuction.php


06 December 2022

  1. DEVELOP

  2. UPDATE

  • lib/function/function.php
  • lib/routes/members.php
  • lib/layouts/nav_loged.php
  • css/dashboard.css

09 December 2022

  1. DEVELOP
  • lib
    • lib/routes
      • lib/routes/user_edit.php
    • lib/layouts
      • lib/layouts/nav_loged_user.php
  1. UPDATE
  • lib/function/function.php
  • lib/routes/admin.php
  • lib/routes/admins.php
  • css/dashboard.css
  • lib/routes/members.php

10 December 2022

  1. DEVELOP
  • lib
    • lib/routes
      • lib/routes/add_products.php
      • lib/routes/edit_product.php
  1. UPDATE
  • lib/function/function.php

  • lib/routes/user_edit.php

  • lib/routes/admins.php

  • lib/routes/products.php

  • css/dashboard.css

  • lib/routes/admin.php


11 December 2022

  1. DEVELOP

  2. UPDATE

  • lib/function/function.php

  • css/dashboard.css

  • lib/routes/edit_product.php

  • lib/routes/admin.php

  • lib/routes/add_product.php


12 December 2022

  1. DEVELOP
  • lib
    • lib/routes
      • lib/routes/edit_product_img.php
      • lib/routes/all_product.php
  1. UPDATE
  • lib/function/function.php

  • lib/routes/add_product.php

  • lib/routes/products.php

  • css/dashboard.css


13 December 2022

  1. DEVELOP
  • lib
    • lib/routes
      • lib/routes/edit_plan.php
  1. UPDATE
  • lib/routes/add_product.php

  • lib/function/function.php

  • css/dashboard.css

  • lib/routes/edit_product.php

  • lib/routes/all_product.php

  • docs/shop.php

  • lib/routes/plans.php


14 December 2022

  1. DEVELOP
  • lib
    • lib/routes
      • lib/routes/add_plan.php
      • lib/routes/my_account.php
  1. UPDATE
  • lib/function/function.php

  • lib/routes/edit_plan.php

  • lib/routes/all_product.php

  • lib/routes/admin.php

  • lib/routes/admins.php

  • lib/routes/members.php

  • lib/routes/products.php

  • lib/routes/plans.php


15 December 2022

  1. DEVELOP
  • lib
    • lib/routes
      • lib/routes/update_pimg.php
      • lib/routes/update_profile.php
  1. UPDATE
  • lib/function/function.php

  • lib/routes/my_account.php

  • css/dashboard.css


16 December 2022

  1. DEVELOP
  • lib
    • lib/routes
      • lib/routes/user.php
      • lib/routes/all_plans.php
      • lib/routes/view_my_plan.php
    • lib/layouts
      • lib/layouts/nav_loged_users.php
  1. UPDATE
  • lib/function/function.php

  • css/dashboard.css

  • lib/routes/all_product.php

  • lib/layouts/nav_loged_user.php

  • lib/routes/add_plan.php

  • lib/routes/plans.php


17 December 2022

  1. DEVELOP

  2. UPDATE

  • lib/function/function.php
  • lib/routes/user.php
  • lib/routes/view_my_plan.php