FYP
This is my final year project for University of Surrey, Computer Science The application is divided in two parts: frontend and backendFrontend
The frontend is made with vue.js. To run the project in development mode clone the git repo and do:cd fyp_frontend
pnpm install
pnpm dev
Backend
The backend is made using Express. To run the project in development mode clone the git repo and do:cd fyp_backend
pnpm install
pnpm dev