Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 398 Bytes

File metadata and controls

14 lines (8 loc) · 398 Bytes

northwind

This is a starter application that we will use to demonstrate access to a database.

Running

Run this using sbt. If you downloaded this project from http://www.playframework.com/download then you'll find a prepackaged version of sbt in the project directory:

sbt run

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