- Scala
- akka-http
- MongoDB
- Install JDK 1.8
- Install sbt from here
- run
$ sbton the root directory of the project. - Install MongoDB from here
- Run MongoDB using
$ mongodand in the new tab create mongo client using$ mongo. - On the mongo client console type
use amsto create an empty database required for this server. - After downloading of all the necessary dependencies is done, type
> runon the sbt console. - Go to
http://localhost:8080/and you should see "Server is up and running..".