Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 422 Bytes

File metadata and controls

9 lines (8 loc) · 422 Bytes

todo-app-example

This is probably just another todo app because todo apps are the new hello world. It showcases most of JWS's features so it serves as a good reference or starter project.

Running it

  • Compile the project using mvn package
  • Copy .env.example to .env and fill in your mysql credentials
  • Run it using java -jar target/todo-app-example-1.0.0-SNAPSHOT.jar
  • Go to http://localhost:8080/app.html