TempR REST API
Application tech stack:
- Spring Boot
- Build & Run w/ tests:
- From the root folder run:
mvn clean install
- From the 'tempr-backend-api' folder run:
mvn spring-boot:run
- From the root folder run:
- Build & Run w/o tests:
* From the root folder run:
mvn clean install -P prod
* From the 'tempr-backend-api' folder run:mvn spring-boot:run -P prod
- Agnostic:
Run the compiled jar:java -jar <the-jar-name.jar>