SergiiVlasiuk / play-scala-file-service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

play-scala-starter-example

This is a starter application that shows how Play works. Please see the documentation at https://www.playframework.com/documentation/latest/Home for more details.

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

  • FileController.scala:

Components

  • Module.scala:

    Shows how to use Guice to bind all the components needed by your application.

Filters

About

License:Other


Languages

Language:CSS 55.8%Language:Scala 31.3%Language:HTML 7.7%Language:Shell 4.8%Language:JavaScript 0.4%