Skip to content

Latest commit

 

History

History
31 lines (14 loc) · 964 Bytes

File metadata and controls

31 lines (14 loc) · 964 Bytes

Polling Application

It is Pooling Application that created on MERN Stack . In this user can create account ,create Polls and voted on differnet Polls.

Used Mangodb as backend , JWT for authentication and bcryptjs for hashing.

(Pollback folder is the backend file)

Screenshots of projects login

home

create

poll

logout

To Run

  1. (To run frontend) npm start
  2. (Move to pollback file to run backend) npm start