Skip to content

Latest commit

 

History

History
56 lines (38 loc) · 739 Bytes

README.md

File metadata and controls

56 lines (38 loc) · 739 Bytes

Interview Scheduler

Interview scheduler is a full stack web application built with Node and React to schedule appointments.

'Application'

Setup

Install dependencies with npm install. For API, use https://github.com/jlangy/scheduler-api.

Running Webpack Development Server

npm start

In Server

npm start

Running Jest Test Framework

npm test

Running Storybook Visual Testbed

npm run storybook

Running cypress test Framework

npm run cypress

In Server

npm run test:server

Dependencies

  • Node.js
  • axios
  • classnames
  • normalize.css
  • react
  • react-dom
  • react-scripts