Scalatra server application build during the Functional Programming and Scala Language course
$ git clone https://github.com/KKhanda/scalatra-server.git
$ cd scalatra_server
From root directory (~/.../scalatra_server/):
$ cd scalatra_server
$ sbt
> jetty:start
The server will start on port 3000
Please refer to the information provided on http://localhost:3000/
I suggest you to use Postman for API requests