alan-turing-institute / teadt-community-survey

This is a repository for the TRIC-DT Innovation and impact hub community survey, forming part of the scoping research for the TEA-DT project
0 stars 1 forks source link

TEA-DT Survey App

This is a repository for a demo web app built using streamlit.

Prerequisites

Before running the app, make sure you have the following prerequisites installed:

Installation

To run the app, clone the repository onto your local machine and create a new virtual environment:

git clone https://github.com/alan-turing-institute/teadt-community-survey.git
cd teadt-community-survey
conda create --name teadt-survey python=3.11

Start Docker Desktop then install the project dependencies:

make install-dependencies
make set-up-db

Run the app

run-local-container

Azure SOPs

Deploying a new app version

Pausing the survey app