yogeshselvarajan / Gym-Management-System

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:Java 99.7%Language:PLSQL 0.3%