Skip to content

Latest commit

 

History

History
53 lines (35 loc) · 949 Bytes

README.md

File metadata and controls

53 lines (35 loc) · 949 Bytes

Poll Booth

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.

Live

https://pollbooth.herokuapp.com/

Set up

Clone the repository
git clone https://github.com/SaranshDawra/Live-Polling.git
Move to the desired folder
cd Live-Polling
Set Environment Variables
  • Create a .env file and add the following
MONGODB_URI=Your MongoDB URL
Install Dependencies
npm install
cd client
npm install
Run
# Run frontend (:3000) & backend (:5000)
npm run dev

# Run frontend
npm run client

# Run backend
npm run server

forthebadge