Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 591 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 591 Bytes

Clicker

  • A project developed at UT aimed at developing an open source, web hosted clicker application in order to enhance classroom learning.
  • This project simulates the famous iClicker handheld device, but promises to bring it to a web-hosted platform
  • Using the flask framework this project implements a REST-API driven backend interfacing with MongoDB as a databasing solution

Dependencies

  • Docker
  • python 3

To Run

  • $ docker-compose build
  • $ docker-compose up
  • Currently runs on localhost

To do

  • Integrate Google Log in
  • Poll Reports page
  • UI/UX
  • Secure endpoints