Scala Rest API with akka-http
Introduction
In this tutorial we shall explore how we can use akka-http to create service with scala. Here we create CRUD service with akka actor and try to see how it work.
Versions
Scala version: 2.13.1 SBT version: 1.3.4 Other dependencies
About the service/project
We’ll create two actors that communicate with each other to get the user data and user activity data.
Data Classes
We need two data classes that keeps the user data and user activity data.