Skip to content

itsadityap/Polls-Backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Polls On WhatsApp

Nodejs Javascript MongoDB Webstorm

A Node.js Application for Polls on WhatsApp

Endpoints

  • /createPoll

    Creates a new poll.

  • /getMessage

    Fetch Relevant Data to display data in a meaningful way for the frontend.

  • /getVotes/{pollID}

    Fetch Votes for a particular poll.

  • /vote/{pollID}/{optionID}

    Register Your Vote for a particular option.