This repository is built for the final project of CSDS395: Senior Project in Computer Science at Case Western Reserve University. It contains an online Yelp-like reviewing platform.
The folder in this repository are:
- docs - Documents and Figures for the Web-App
- To Be Updated.
Video can be found here.
- git clone the project
- Enter the my_app folder
- npm install next
- npm install prisma --save-dev
- npm install cypress
npm run dev
- In one shell, enter npm run dev
- In the other shell, enter npx cypress open
- Note: please do not use the app in the browser while the test is running
- If for some reasons, testing fails to run, please look at testing-result.png under csds395-project-reviewPlatform