Skip to content

This is Polling System API where you can check whether your API is working fine or not before its available for public domain. Below is the hosting URL it may take some time to open in browser.

Notifications You must be signed in to change notification settings

Code-4-You/Polling-System-Api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Polling Api System



Language and Database Used


  • NodeJS
  • ExpressJS
  • MongoDB
  • Mongoose

Features ✨✨


  • Create a question
  • Add options to a question
  • Add a vote to an option of question
  • Delete a question
  • Delete an option
  • View a question

Url Paths for performing actions 🔗🔗


  • To create a question :- http://localhost:8000/question/create

  • To add options to a specific question :- http://localhost:8000/question/options/:QuesID/create

  • To view a question and it’s options :- http://localhost:8000/question/view/:QuesID

  • To increment the count of votes :- http://localhost:8000/options/:OptionID/add_vote

  • To delete an option :- http://localhost:8000/options/delete/:OptionID

  • To delete a question :- http://localhost:8000/question/delete/:QuesID

Screenshots of Project

Screenshot (198)

Screenshot (199)

Screenshot (200)

Screenshot (201)

Screenshot (202)

Screenshot (203)

About

This is Polling System API where you can check whether your API is working fine or not before its available for public domain. Below is the hosting URL it may take some time to open in browser.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published