This project contains a frontend and backend solution
To install backend project open a terminal and go to 'backend' folder and run:
npm i
To run the project execute:
npm run start
To install frontend project open a terminal and go to 'frontend' folder and run:
npm i
npm run start
To run the test you should tun a Postamn collection (path: backend/test )
To run the test open a terminal and go to 'frontend' folder and run:
npm run test