Skip to content

atropo/broken-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TBG app demo

Simple test app using the Javalin framework.

Requisites

  1. Java version 8 or above
  2. Maven installed

Compile

Compile the application with

$ mvn clean compile package 

Running

Two ways to start the app:

$ java -jar target/javalin-maven-1.0-SNAPSHOT.jar
$ java -cp target/javalin-maven-1.0-SNAPSHOT.jar it.tbg.app.App

Notes

Port is currently hard-coded in as 3000.

Releases

No releases published

Packages

No packages published