Skip to content

thekavishshah/HardCodedCredentials

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Help system project

Setup Instructions

Before running this application, please ensure you have the following prerequisites:

  1. MySQL Database

    • Install MySQL Server on your system if not already installed.
  2. MySQL Connector/J

    • Download and add the MySQL Connector/J to your project's classpath.
  3. Database Configuration

    • The application is configured to connect to the database with the following credentials:
      • Username: root
      • Password: cse360!!!
    • If you need to use different credentials, please modify the DatabaseUtil class accordingly.
  4. Java Development Kit (JDK)

    • Ensure you have JDK 21 or higher installed on your system.
  5. JavaFX

    • Make sure JavaFX is properly set up in your development environment.

Running the Application

  1. Running the SQL script in the sqlscript.txt file
  2. Compile the Java files.
  3. Run the MainApp class to start the application.

Note: If you encounter any database connection issues, please verify that your MySQL server is running and that the credentials in the DatabaseUtil class match your MySQL setup.

For any questions or issues, please contact Kavish Shah at [email protected]

About

Honors Project for CSE 360

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages