Poll Booth is a free live polling tool for engaging audience of all size. Capture powerful feedback instantly during virtual meetings, classes, events, and more.
https://pollbooth.herokuapp.com/
git clone https://github.com/SaranshDawra/Live-Polling.git
cd Live-Polling
- Create a
.env
file and add the following
MONGODB_URI=Your MongoDB URL
npm install
cd client
npm install
# Run frontend (:3000) & backend (:5000)
npm run dev
# Run frontend
npm run client
# Run backend
npm run server