To start IKEEA application you will need:
-
MySQL Server, which you can download from here - https://dev.mysql.com/downloads/
-
NOTE - while installing database you will be asked for a password. Insert password - root12345, because later on it's hard to reset!!!
-
MySQL installed? Check if it's REALLY installed by typing in terminal mysql --version
-
Connect to the database - mysql -uroot -p (press enter here and then insert password root12345)
-
Now you need to create database locally, type - create database ikeea; (with column in the end)
-
Now you will need a JDK - https://www.oracle.com/java/technologies/javase-jdk13-downloads.html
-
After installation open a terminal and check if it's properly installed by typing javac --version
-
Git clone this repository into your working directory
-
Open ikeea-backend project and in the right upper corner press 'Play' button!
-
You should be able to see a terminal with successful build