Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 713 Bytes

README.md

File metadata and controls

30 lines (17 loc) · 713 Bytes

ADMIN API

API that handles queries from admin portal

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.

There are several demonstration files available in this template.

Controllers

  • ProductController.scala: Controller that handles all routes with product related

Filters

  • Filters.scala:

    Creates the list of HTTP filters used by your application.

  • ExampleFilter.scala:

    A simple filter that adds a header to every response.