August 2018
Intermediate to advanced
380 pages
10h 2m
English
In the example repository, there is a shell script that you can use to query the server once you start it. You can start the server with the following command from the SBT console:
reStart
Notice that this command must be run under the Docker image. So, it will not work if you just run an SBT console on your machine from the example repository; you will need first to run the Docker image, then run the command from the SBT console that is started on that Docker image.
After that, you can use the client shell script to query the database server. For example, we can create the new customer as follows:

Notice how the response ...
Read now
Unlock full access