🎃 - Route me through Akka Http Module!
Akka-Http
├─project
├─src
│ ├─main
│ │ ├─resources
│ │ │ └─application.conf
│ │ └─scala
│ │ ├─part1recap
│ │ └─playground
│ └─test
│ └─scala
├─build.sbt
├─.gitignore
└─README.md
- Install
JDK 1.8.0
/OpenJDK 11
withScala 2.13.8
. - Build the whole project within
IDEA
. - Run the
Main
methods in each scala file.