Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 226 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 226 Bytes

FoodApp

How to build and run

Pre-requisites:

  • Java 17
  • Maven

From the root directory of the project run:

mvn clean package
java -jar ./target/FoodApp-1.0-SNAPSHOT.jar --port 8001 # default port is 8000