Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eswargithub/gymmanagementsystem
python-flask based web-application which uses a MySQL database
https://github.com/eswargithub/gymmanagementsystem
bootstrap4 css html javascript mysql-database python-3 python-flask-application sha256-crypt sql wtforms
Last synced: about 1 month ago
JSON representation
python-flask based web-application which uses a MySQL database
- Host: GitHub
- URL: https://github.com/eswargithub/gymmanagementsystem
- Owner: EswarGitHub
- Created: 2018-05-05T17:33:06.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-02-10T10:29:13.000Z (9 months ago)
- Last Synced: 2024-10-11T06:05:19.580Z (about 1 month ago)
- Topics: bootstrap4, css, html, javascript, mysql-database, python-3, python-flask-application, sha256-crypt, sql, wtforms
- Language: JavaScript
- Homepage:
- Size: 1.09 MB
- Stars: 79
- Watchers: 1
- Forks: 38
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gym management system
The GYM MANAGEMENT SYSTEM is to automate everything that happens in the gym. It is to aid and simplify the job all those who work for the gym, who train in the gym and who owns the gym. The database consists of daily goals and stats of achievements/progress of a member who trains in the gym, contact details and personal info of everyone, training programs that the gym offers, equipment etc.## Who is it for
- Gym members
- Admin
- Receptionist
- Trainers## Functionality
* **Admin** - Admin/Owner of the gym can add a receptionist, delete a receptionist, add a trainer, and delete a trainer, view details of everyone (Receptionist, Trainers, and gym members), add a new member to the gym, delete a member when one is leaving, add equipment, remove equipment.
* **Gym members** - Gym members can login into the system to view their daily goals like their workouts, goals, diet plan, etc. They enter their daily training details. They can edit their personal information like contact details, personal info etc. They can also view their trainers contact info. They can track their progress.
* **Trainers** - Trainer can design and add a workout plan, view all the details, progress of all those who train under him/her, evaluate their workouts every day; edit their own contact details and personal info; can view all the equipment details available in the gym.
* **Receptionist** - Receptionist can view contact details of everyone, add a member, delete a member.