This README will need to contain a description of your project, how to run it, how to set up the development environment, and who worked on it. This information can be added throughout the course, except for the names of the group members. Add your own name (do not add the names for others!) to the section below.
📸 | Name | |
---|---|---|
Ayham Kadah Salim | A.KadahSalim@student.tudelft.nl | |
Thomas Koppelaar | t.j.koppelaar@student.tudelft.nl | |
Dimitar Barantiev | D.A.Barantiev@student.tudeft.nl | |
Nikolay Zhlebinkov | N.A.Zhlebinkov@student.tudelft.nl | |
Mylène Brown-Coleman | m.j.c.brown-coleman@student.tudelft.nl | |
Justin Jo | b.jo@student.tudelft.nl | |
Sophie Atkins | s.n.ibbs@student.tudelft.nl |
-
Have MySQL Workbench installed on your computer
-
Open up intellij CE and go to the plugins section
-
Search for the Database Navigator and instal this
-
Go to the database_resources folder and look for the database.sql file
-
Open up MySQL Workbench and go to the server menu
-
Select the data import option and select the database.sql file from the database_resources folder directory
-
Once the database has been imported close MySQL Workbench and re-open intellij
-
Run the application with the green play button so that Spring Data generates the tables
-
Go to view > Tool Windows > DB Browser and click on the green plus
-
Select MySQL and fill in the database details that are inside the UserDatabaseConfig file