API that handles queries from admin portal
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 runAnd then go to http://localhost:9000 to see the running web application.
There are several demonstration files available in this template.
ProductController.scala: Controller that handles all routes with product related
-
Filters.scala:Creates the list of HTTP filters used by your application.
-
ExampleFilter.scala:A simple filter that adds a header to every response.