The tutorial is in the "tutorial" directory. The PDF in the main directory will walk you through it.
The "src" directory contains an example project which show how one can structure an API for a simple user database. It also includes some advanced methods, like authentication.
The "test" directory implements tests for this example project.