Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 545 Bytes

File metadata and controls

18 lines (13 loc) · 545 Bytes

Codecool Online Shop

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

TODO

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

Set up the shop

  • first you need to make the codecoolshop db
  • run the init_db.sql file to create the tables
  • run the main function to upload the datas to the db

Test

  • first you need to make the codecoolshopTest db
  • just run the tests and enjoy, it works ^^
  • if you would like to use the origin db, run the main function again