Rule-based expert system that recommends beer based on food.
- JDK (https://www.oracle.com/java/technologies/javase-jdk11-downloads.html#license-lightbox)
- Maven (https://downloads.apache.org/maven/maven-3/3.6.3/binaries/apache-maven-3.6.3-bin.zip)
- Node.js i NPM (https://nodejs.org/download/release/v10.15.1/)
- Cloned repository
It is important to add JDK, Maven, Node.js to Environment/Path Variables.
- Open Command Prompt/Terminal/Powershell
- Change directory to
/server
(inside the cloned project directory) - Type
mvn spring-boot:run
and press Enter - alternatively, double-click RUN.bat
If you are using an IDE, it is important to install the lombok plugin and enable annotation preprocessing.
- Open a new Command Prompt/Terminal/Powershell instance
- Change directory to
/client
(inside the cloned project directory) - Type
npm install
and press Enter - alternatively, double-click INSTALL.bat - Once the command finishes execution, type
npm start
and press Enter - alternatively, double-click RUN.bat