step1:colone this repository completely
step2:move to the root directory
step3:start the docker engine
step4:run "docker-compose build"
step5:after building the docker images run the container of laravel based backend using "docker-compose up"
step6:only after starting the backend go to frontend-vue folder from root directory
step7:run npm install to install all the packages
step7:run npm run dev to start the front end at the port http://localhost:5173/ if it is unused.