From Python To Java, 2nd TW week, Project skeleton
Import this project to IntelliJ as a Maven project. IntelliJ can auto-install the dependencies from the pom.xml
Set up your properties file with your user data : -Change de SAMPLE.properties to connection.properties -Fill the properties with your data like the example
Example : database=jdbc:postgresql://localhost:5432/yourdatabasename user=yourusername password= yourpassword
#run First run init_db.sql, than main(main populate data so you have to clear the db-s before the main)