Skip to content

BUUPE/inquisitor

Repository files navigation

Inquisitor

Inquisitor is BU UPE's end-to-end system for recruitment. It handles applications, interview timeslot selection, interviews, deliberations, and results all through a single portal. Inquisitor is a Gatsby/React application built with React Bootstrap (as well as our own component library), with Firebase for the backend and hosted on GitHub Pages. Authentication through BU's Shibboleth IDP is handled through our Authenticator service, which returns Firebase tokens.

Installation

First, make sure you have Node.js and Yarn installed. Then just clone the repo and run yarn install in the root directory to install dependencies, and yarn develop to start the development server. Once you're up and running, feel free to start making changes and submit pull requests (just make sure you follow the CONTRIBUTING guidelines).