Skip to content

Welcome to VCL

The VCL web application allows researchers to conduct experiments online and save experiment results in a database. The application uses Prolific, Heroku, JavaScript, Node.js, and Firestore database.

Local Set Up

1) Git clone the repository

git clone https://github.com/UBC-VCL/VCLWebFramework.git
cd VCLWebFramework

2) Install Node

3) Install dependencies

npm install

4) Run the application

node app.js

Or alternatively, with nodemon:

nodemon app.js