This project is the server backend of an online study on video game reviews conducted for the course "Advanced Usability Engineering", which is part of the masters program in media informatics at the University of Regensburg
The aim of the study is to show how different CAPTCHAs are able to influence users to write reviews with friendlier tone and higher quality.
This part of the project serves as the backend, which connects the frontend to a connected Google Sheet.
The corresponding frontend can be found here.
- Clone or download the repository.
- run
npm install
in the project directory. - run
npm start
in the project directory. - Point your browser at http://localhost:9000.
You can use this as a template for your own project.
You need to switch out the routes and logic defined in routes/
.
Furthermore, you also need to put your config files in helpers/
.