Day 8: Movie Microservice

Today I finally had enough confidence with akka-http to try and understand the akka-http-microservice example. I understood each and every line and why it was like it was and with that knowledge, I got working on a movie microservice which would return movie info from imdb id.

I finished it today, and the code can be found at my repo. I intend to add another JSON query which takes movie name and returns movie info by tomorrow morning.