Simple application to Deploy IMDB APIs using Tapir and FS2 by employing Functional programming
GET /movies To get complete list of movies
GET /movies Payload: { name: "Name of film required", // optional year: "Year of film required" // optional } To get the full info of the movie requested
To deploy application follow:
sbt package
extract from sparkassessment_2.13-0.1.jar
/target/scala-2.13/