Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 622 Bytes

readme.md

File metadata and controls

21 lines (17 loc) · 622 Bytes

Blogging platform - backend

Description
  • project, to be used on workshops during Itera Dev Academy
  • spring boot application, providing API for blogging-platform frontend
  • available at http://localhost:8080
  • packaged into runnable jar
Development prerequisites
  • JDK 8
  • Maven 3.3.0 or higher
Build
  • build a runnable jar: mvn clean package
To run

Prerequisite: JRE 8

  • via IntelliJ run button at application main method (Shift + F10)
  • via Maven command: mvn spring-boot:run from app root directory
  • jar artifact: java -jar target/blogging-platform-{version}.jar