Skip to content
Snippets Groups Projects
Select Git revision
  • master
1 result

fyp

  • Open with
  • Download source code
  • Your workspaces

      A workspace is a virtual sandbox environment for your code in GitLab.

      No agents available to create workspaces. Please consult Workspaces documentation for troubleshooting.

  • user avatar
    Toni van Ginkel authored
    351eda4d
    History

    FYP

    This is my final year project for University of Surrey, Computer Science The application is divided in two parts: frontend and backend

    Frontend

    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