Skip to content

ayekus/Fitness-Club-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Fitness-Club-System

Setup:

  1. Add the JDBC driver to your project:

    • Download the PostgreSQL JDBC driver from here.
    • Add the downloaded .jar file to your project as a library.
  2. Modify these lines to match your PostgreSQL server information:

DB_USER=username DB_PASSWORD=password DB_URL=jdbc:postgresql://localhost:5432/database_name

and rename the file to config.properties (in configPropertiesExample.properties file)

Run the Main.java file:

Compile and execute the Main.java file using your preferred Java development environment.

YouTube Video Tutorial:

To watch my video demonstration, you can watch it here.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages