This guide explains how to build and run the Recipe App Rest API application.
- Java Development Kit (JDK) 17 or higher
-
Open a command prompt or terminal.
-
Navigate to the
recipe-service
project's root directory. -
Build the application with the following command:
mvnw clean package
-
To run the application, use the command:
java -jar target\recipe-service-0.0.1-SNAPSHOT.jar
-
Access the application at
http://localhost:8081
.
That's it! You have successfully built and run the Recipe App Rest API.
- Mendix Studio 10 or higher
- Open Mendix Studio.
- File > Import App Package.
- Browse to the
.mpk
file underRecipe-Web-App-Mendix\packages
. - Click OK.
The Mendix project package will be imported into Mendix Studio.