Skip to content

Latest commit

 

History

History
51 lines (37 loc) · 3.26 KB

README.md

File metadata and controls

51 lines (37 loc) · 3.26 KB

Zow

View demo video here.

View project proposal here.

Project for UCLA Computer Science 130 (Software Engineering) with Professor Miryung Kim and TA Sneha Shankar.

Running Zow

  1. Install Docker and Docker Compose
  2. From the project directory run docker-compose up --build
  3. Read server/config/template.json and produce server/config/private.json accordingly
  4. Visit the website at localhost:3000

Test Cases

Frontend Tests

Client tests can be viewed here. Client tests are written in the components folder. For example, if there is a component named component in the file component.tsx, its frontend component test is in component.test.tsx.

Backend Tests

Backend tests are all in separate folders.

End to End (Automation) Tests

These need to be run from the e2etests folder using the following command: bash test.sh

Team