VueJS frontend UI written as part of my University dissertation. Together with the accompanying API, it allows the projects stakeholders to recertify privileged access of employee roles.
At their request, the code and branding of this frontend has been anonymised to hide the identity of the stakeholder company.
-
Run
npm installfrom the root folder -
Edit line 6 of
/src/store.jssuch that it mirrors the location of the backend API, for example:axios.defaults.baseURL = 'http://192.168.1.100:2000/api/v1/' -
Run
npm run buildfrom the root folder and then point your http daemon at the resulting/distfolder.





