If you are reading this, then you are probably here because one of the trainers has given you this URI. If not, then most of this information may not be of interest to you. Should you be interested in this workshop, please contact our training team (workshop is available in German and English).
The code for the server is in the server
-folder.
We use the graph-database neo4j as persistence backend
The client-side code is in the client
-folder. It is served via the express-server as static.
The testing code is in the test
-folder. There are three types of tests: server-unit-tests (inside test/server
), client-unit-tests (inside test/client/unit
) and end-to-end-tests (inside test/client/integration
). The unit-tests use the mocha-framework. For end-to-end-tests angular-scenario is used.
Test runner
Used to test the front-end
Test Framework
Spys, Stubs, Mocks for (node)js tests
Library for for BDD and TDD style assertions