Skip to content

saaaaaaki/dae

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Developing an Akka Edge chapter 2 Store and Retrieve a bookmark

=== ##Run server

sbt
>container:start

##Store a bookmark

curl localhost:8080 -d title="title of bookmark" -d url="http://url.of.bookmark"

then,remenber uuid.

Stored bookmark with uuid:hogehoge

##Retrieve a bookmark Accsess "http://localhost:8080?uuid=hogehoge" with your brawser.

About

practice

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages