A quick walkthrough/crash course to an akka http server based webservice.
Github: https://github.com/tamani-coding/scal...
(00:00) - Intro and Project Setup
(01:15) - Hello World
(02:50) - JSON Marshalling
(04:42) - CRUD Routes
(05:45) - Cross Origin Resource Sharing (CORS)
(07:06) - The End