Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yogeshselvarajan/gym-management-system
https://github.com/yogeshselvarajan/gym-management-system
awt database dbms dbms-project gym gym-management java management-system odbc-driver oracle-database sql swing
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yogeshselvarajan/gym-management-system
- Owner: yogeshselvarajan
- License: mit
- Created: 2022-02-26T14:51:10.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-01T16:42:14.000Z (about 2 years ago)
- Last Synced: 2024-05-03T18:40:42.635Z (9 months ago)
- Topics: awt, database, dbms, dbms-project, gym, gym-management, java, management-system, odbc-driver, oracle-database, sql, swing
- Language: Java
- Homepage:
- Size: 20.2 MB
- Stars: 1
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gym-Management-System
# 1.Prerequisites
1) Java SDK - as per your choice
2) IDE - as per your choice (IntelliJ preferred)
3) Oracle JDBC driver https://download.oracle.com/otn-pub/otn_software/jdbc/1914/ojdbc10.jar
4) rs2xml.jar
5) Oracle Database# 2.Built With
1) IntelliJ IDEA Ulimate 2021.2.2
2) Amazon Corretto SDK (version 17.0.2)
3) Oracle Database 19c (19.3) https://www.oracle.com/in/database/technologies/oracle19c-windows-downloads.html#license-lightbox# 3.How to use this repository
1) Fork it.
2) Click on Clone or download button in top right corner.
3) Download zip.
4) Extract.
5) Open eclipse or any IDE and Import project.
6) Run Login/Login.java.
7) Login with the suitable credentials (Refer the Database Tables for the login credentials)# 4.Objectives of the project:
This Gym Management System shall enable the admin to add members to a gym and manage the fee payment of the gym user.
It is a very simple interface developed using Java Swing. The admin of the system shall be able to add a new user to the system.
The tool shall add all the necessary details like name, admission date, contact details into the system.
The Gym Management System shall also monitor the workouts for the members.
It shall allow the user to make fee payments.
This tool shall hold all the details of gym members.
It shall enable the admin to view the status of payments.# 5.Authors
1) S.Yogesh - @yogeshcenation
2) T.Sree Krishnan - @TSK-KRISH