A web app designed to facilitate audience participation.
This repository is designed to better involve audiences in the learning process. With this app audiences can respond to question, give feedback, and participate in class discussions.
This repository is maintained in JavaScript and build with the React+Redux+Babel+Flow standards. Major services are containerized using docker's 'docker-compose' cluster management.
To start your Audience Engagement app:
- Make sure that the program 'docker-compose' is installed on your machine.
- Clone this repository
- Navigate to the 'docker' Folder
- Use the command
docker-compose up
to start the cluster - Note that the first time you run this it might take a while to load.
- Additionally, you can attach to individual containers with the command
docker-compose exec [container_name] bash
- When it's finished loading go to a web browser and access the page 'localhost:9000' to see the app.
- Scott Leland Crossen
http://scottcrossen.com
scottcrossen42@gmail.com