Qualifio recruitment task
In the project root directory, you can run the following scripts:
Builds and runs both the frontend and backend locally in the development mode. Open http://localhost:8080 to view it in the browser. Or run start:backend or start:frontend to run separate. Make sure that all dependencies are installed before starting by running 'npm install' in the frontend and backend folders. Or use the docker scripts that do this for you.
Launches test on all packages simultaneously.
Runs both Dockerfiles for both frontend and backend folder and builds them.
Runs both Docker images (make sure you have your Docker engine (Docker Desktop) running before starting). Open http://localhost:8080 to view it in the browser.