achernoprudov / scala-play-rest-app

Example Play Database Application using Anorm

Home Page:https://playframework.com/download#examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Play Framework Scala Application

Application shows basic Play Web Application with simple UI and REST API.

REST API

##Build and run

To build application use command

sbt dist

dist generates zip archive in directory /target/universal

From this folder you must unzip archive and run it with command:

./scala-play-rest-app-0.0.1-SNAPSHOT/bin/scala-play-rest-app -Dplay.crypto.secret=abcdefghijk

play.crypto.secret provides secure for cryptographics functions

About

Example Play Database Application using Anorm

https://playframework.com/download#examples

License:Other


Languages

Language:TSQL 72.0%Language:Scala 19.6%Language:HTML 7.6%Language:CSS 0.8%