Skip to content
aimee-mascorro edited this page Nov 30, 2019 · 3 revisions

Introduction

The Revature Interview Tracker is built to create a thorough process for interviewing and hiring external Trainers. This will mainstream communication between managing personnel to track external prospects in terms of their skills and experience. Users can create profiles for prospects, attach skills to the profile and leave reviews and feedback for proper documentation. The project will be contained inside of three GitHub repositories. One for the Interview Microservice, one for the UI of the project built in Angular, and the last for all dev services to mock the production architecture. This project is built to be loosely coupled enough to pull these services out of the development system and place them inside of Revature's microservice architecture.

Onboarding

Installation steps for Interview Service

Download the following repositories...
Interview Service:
git clone ​https://github.com/revaturelabs/Interview-Service.git
User Service:
git clone ​https://github.com/revaturelabs/Interview-Tracker-Dev-Service.git
Interview Service (Angular Side):
git clone ​https://github.com/revaturelabs/Interview-Tracker-Angular.git

Set the following Enviroment Variables

JDBC_URL: jdbc:postgresql://postgresql-class.cks98gmxels6.us-west-1.rds.amazonaws.com:5432/interview_tracker_db ?currentSchema=user_service
JDBC_USERNAME: sep1909
JDBC_PASSWORD: interview123

Clone this wiki locally