Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.36 KB

README.md

File metadata and controls

31 lines (22 loc) · 1.36 KB

Stories in Backlog Stories in Ready Stories in Progress Stories in Done

Revit Crest

# Revit

Intro

A backoffice application for Selor to evaluate candidates based on certain metrics

See our project page

Requirements

Frontend

The frontend is an Angular project, with dependencies on node packages

Backend

The frontend makes calls to the backend API hosted on Azure, but you can run the backend yourself as well.

  • Visual Studio

Quick setup

  • 1.Run npm install in the 'Frontend' folder
  • 2.Navigate to the project url from your webserver
    1. (optional) Change the apiBasePath URL in revitService.js if you want to make calls to your own hosted backend

More: configuration, development tips, ...

See SETUP.md