A backoffice application for Selor to evaluate candidates based on certain metrics
See our project page
The frontend is an Angular project, with dependencies on node packages
- Make sure you have Node Packet Manager installed
The frontend makes calls to the backend API hosted on Azure, but you can run the backend yourself as well.
- Visual Studio
- 1.Run
npm install
in the 'Frontend' folder - 2.Navigate to the project url from your webserver
-
- (optional) Change the apiBasePath URL in revitService.js if you want to make calls to your own hosted backend
See SETUP.md