Skip to content

JavaWebStack/todo-app-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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