--
1. scala, scalatest
2. PlayFramework
> cd leadiq
> sbt test
> cd leadiq
> sbt run
//sbt run task start http server at 9000 port
> http://localhost:9000/v1/images/upload
Required: Json body is needed with urls to be uploaded to imgur
Result: Json with jobId
> http://localhost:9000/v1/images/upload/:jobId
Required: JobId for which result is reuired
Return: Json with all details of that job.
> http://localhost:9000/v1/images
Required: Nothing
Result: Json with all imgur links
1. waiting time is 20 seconds
2. Urls provided while uploading should be web urls.
> docker build -t"arun/imgur" .
> docker run -i -p 9000:9000 "arun/imgur" sbt run
//task will start at 9000 port