# GymManagement
**Repository Path**: allway2/GymManagement
## Basic Information
- **Project Name**: GymManagement
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2025-08-22
- **Last Updated**: 2025-08-22
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# Gym Management
A java swing Gym Management project that consists of three types of user logins--Admin, Manager, Customer.
This project is helpful for people looking for a basic, simple and effective swing project.
This desktop application also has a database connectivity with jdbc drivers of java and has an example of all the basic sql operations.
# Features
* Beautiful and simple GUI
* Different functionality for different users
* Shows an example of java swing and jdbc connectivity
# How it works
* User is given an option to login as either an admin, manager or a customer.
* Once an option is selected the user is asked for a userid and a password.
* If the entered credentials match with the database, the user is sent to the next screen.
* According to the type of user, there are various functions that it can perform.
* Some of the operation include:-
* Fetching and viewing the database columns.
* Deleting data from database.
* Adding data into database.
* Updating the data into database like changing userid or passwords.
# Guidelines
## IDE used:-
Netbeans 8.2
## JAR Dependencies:-
This project requires the following jar files to be added.
1. OJDBC(version 19.3.0.0)
2. Mysql-connector-java
#### Download these JAR files and open the project in Netbeans IDE and add these jars by right clicking on the libraries folder (shown in the Project window of Netbeans)
## Setting up the database:-
1. Create a database named **_demodb_**
2. Import the **_db.sql_** file into the **_demodb_** database_(The **_db.sql_** file is present inside the database folder)_.
#### Note - If you are unable to import the db.sql file, for example while using community edition of some DBMS softwares, then you can also just simply create a database named **_demodb_** and execute the queries given in **_db.sql_**.
3. Once the database server is setup, open the project in netbeans and run the project.
## Note:-
_The id and password for all types of users are_ **user1** _and_ **pass1**. _This can be changed either from the database directly or after logging in the desktop application._
# Screenshots






# Contact
mailto: ***a.081005@gmail.com***
# License
MIT License
Copyright (c) 2019 Animesh Sharma
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.