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