#Development
##How to build the app
- Go to project directory
- Run
mvn clean install command
in terminal/bash
##How to run the app
- Go to
/target
directory - Run
java -jar ./api-0.0.1-SNAPSHOT.jar
command in terminal/bash
#Development
##How to build the app
mvn clean install command
in terminal/bash##How to run the app
/target
directoryjava -jar ./api-0.0.1-SNAPSHOT.jar
command in terminal/bash