Skip to content

chann44/pollor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pollor

pollor is a crowd-sourced polling app created with React and Nodejs. pollor lets you create edit, update, delete public polls and vote on them publicly.

Demo Video (click to watch):

IMAGE ALT TEXT HERE

Get Started

Clone the repo to your local machine

git git@github.com:chann44/pollor.git

NPM Commands

Install all the dependencies

cd client
yarn

Start the client on localhost:5173

cd client
yarn dev

Install all server side dependencies

cd server
yarn

create a .env file and add a DATABASE_URL and JWT_TOKEN_SECRET variable and put your postgres db url and secrete phrase there

create and seed the db

cd server
npx prisma migrate dev

Start the server on localhost:5000

cd server
yarn dev

Tools Used

Made with ❤️ and Typescript

About

New Generation of polls

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published