Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 268 Bytes

DEVELOPMENT.md

File metadata and controls

13 lines (10 loc) · 268 Bytes

#Development

##How to build the app

  1. Go to project directory
  2. Run mvn clean install command in terminal/bash

##How to run the app

  1. Go to /target directory
  2. Run java -jar ./api-0.0.1-SNAPSHOT.jar command in terminal/bash