Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 599 Bytes

File metadata and controls

22 lines (15 loc) · 599 Bytes

Codecool Online Shop

From Python To Java, 2nd TW week, Project skeleton

install

Import this project to IntelliJ as a Maven project. IntelliJ can auto-install the dependencies from the pom.xml

set up properties file

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)