/resource-website

Website to get a randomized list of Tellina URLs and ssh credentials for the user study

Primary LanguagePython

Resource Website

This website provides users with necessary information for the study:

  • /start-study provides ssh instructions for the bash task interface server
  • /tellina-urls provides urls to access tellina

Installation:

  • Clone this repository
  • Project requires flask: pip3 install flask
  • Run the website on 0.0.0.0:8080 python3 app.py