Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 1.04 KB

README.md

File metadata and controls

42 lines (25 loc) · 1.04 KB

Interview Scheduler

Scheduler is a full stack, single page React app which uses PostgreSQL and Axios, and was tested with Storybook, Jest and Cypress.

Scheduler allows students to book and manage interviews with an interviewer. While creating the appointment, the student can enter their name and choose an interviewer, which they can edit, or delete after saving.

This app was made by Felix Rioux Sabourin in March 2020, on week 7 & 8 of Lighthouse Labs's 12 weeks web bootcamp.

scheduler

Setup

Install dependencies with npm install.

Running the api

Follow the README on the api github page: scheduler-api

Running the dashboard (optional)

Follow the README on the dashboard github page: scheduler-dashboard

Running Webpack Development Server

npm start

Running Jest Test Framework

npm test

Running Storybook Visual Testbed

npm run storybook