Skip to content

clorislee1222/scheduler

Repository files navigation

Interview Scheduler

A React app that allows new appointments between students and mentors to be booked, edited, and cancelled.

Setup

Install dependencies with npm install.

Running Webpack Development Server

npm start

Running Jest Test Framework

npm test

Running Storybook Visual Testbed

npm run storybook

Setup the scheduler-api server

  1. Fork and clone the scheduler-api into a new directory (NOT within the current scheduler directory) on your host machine (not in the Vagrant machine).

  2. Follow the Setup instructions

  3. Start the server npm start

  4. Send a GET request to reset the DB: curl http://localhost:8001/api/debug/reset

Dependencies

Axios Classnames React Prop-Types SASS Jest Storybook

Screenshots

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Generated from lighthouse-labs/scheduler