project requires having node installed https://nodejs.org/en/download/
run npm install
to install the dependencies
packages for testing/developping backend apps, eslint and prettier configured
Testing is done using jasmine To run the tests, run
npm run test