Alt text

Team

  • Ashwini Jogwar - Product Owner
  • Cathy Lee - Scrum Master
  • David Doan - Development Team Member
  • Jen Wong - Development Team Member

Demo

http://159.203.213.49:8000

Requirements

Description

Read With Me is a remote reading app, that allows parents who are away from their kids to interactively read and webcam with them online. Both parties can draw on the storybook, navigate pages, and make each page image animate.

Installing Dependencies

From the root directory run:

npm install
npm install -g nodemon webpack
webpack --watch
mongod
nodemon server.js

//visit localhost:8000 in the browser.

Testing

Client side testing is implemented with Karma and Airbnb's Enzyme framework. Developers can pinpoint the source of their errors's using Enzyme's shallow rendering and Karma's sourcemap. Server side testing is implement with Supertest and Chai.

From the root directory run:

npm test