Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 382 Bytes

File metadata and controls

20 lines (11 loc) · 382 Bytes

play-final-project-starter

This is a starter application to get you going on your final project.

Running

Run this using sbt.

sbt run

And then go to http://localhost:9000 to see the running web application.

Controllers

There is a controller already in place to make sure this mostly empty project works.

  • TestController.java: