How to use this project

Set up the frontend

cd webapp

npm install

npm run generate

Set up the backend

cd ../webservice

npm install

Start the server

npm start