/play_in_scala

play in scala

Primary LanguageScala

play in scala

docker-compose up

apps

apps in this repo

Home

open http://localhost:9000/task_tracker/tasks

SampleApp

open http://localhost:9000/sample_app

TaskTrackerApp

http://localhost:9000/task_tracker

ActionApp

open http://localhost:9000/action_app/api/artist
open http://localhost:9000/action_app/api/artist/Wolfgang
open http://localhost:9000/action_app/api/search/artist?name=Franz&country=Austria
open http://localhost:9000/action_app/api/search2/artist?country=Austria
curl localhost:9000/action_app/subscribe -H 'Content-Type: text/plain;charset=UTF-8' -d 'userId@gmail.com'

RoutingApp

open http://localhost:9000/routing_app
open http://localhost:9000/routing_app/login
open http://localhost:9000/routing_app/home
open http://localhost:9000/routing_app/greeting
open http://localhost:9000/routing_app/demo

FormApp

open http://localhost:9000/form_app
open http://localhost:9000/form_app/register
open http://localhost:9000/form_app/login

InternationalizedApp

open http://localhost:9000/internationalized_app/ask

DataApp

open http://localhost:9000/data_app/employees
open http://localhost:9000/data_app/departments
open http://localhost:9000/data_app/titles

TestApp

GuiceApp

LoginApp

memo

docs

https://developer.lightbend.com/start/
https://www.playframework.com/documentation/ja/2.4.x/Home
https://www.playframework.com/documentation/2.7.x/Tutorials

samples

https://github.com/playframework/play-samples
https://www.playframework.com/documentation/2.7.x/Tutorials
https://github.com/kindlychung/masteringPlay
http://scalikejdbc.org/