Skip to content

A simple MERN based voting App.This app provides Piechart view for voting results

Notifications You must be signed in to change notification settings

samarth5611/Online-voting-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Online Voting App

Features

  • Share my polls with my friends.
  • See the aggregate results of my polls.
  • Delete polls that I decide I don't want anymore.
  • Create a poll with any number of possible items.
  • Unauthenticated or authenticated user, I can see and vote on everyone's polls.
  • As an unauthenticated or authenticated user, I can see the results of polls in chart form. (This could be implemented using Chart.js)

Getting Started

Include a .env file in the server directory with the following environment variables.

PORT = 4000
DATABASE = 'mongodb://localhost/<DATABASE_NAME>'
SECRET = 'ARandomGenratedkeyByusertokeephisauthenticationsecure'

Built with

  • Node.js
  • Express.js
  • Mongodb
  • Mongoose
  • Bcrypt
  • Jsonwebtoken
  • React

About Me

I'm Samartha,an undergraduate student studying Computer Science at IIIT, Gwalior with an Active interest in Competitive Programming and building Web Apps(MERN stack). Do checkout my portfolio and connect with me on LinkedIn.

Connect with me :

gmail linkedin portfolio

About

A simple MERN based voting App.This app provides Piechart view for voting results

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published