Skip to content
This repository was archived by the owner on Dec 28, 2020. It is now read-only.

NielXu/minipoll

Repository files navigation

Minipoll

Minipoll is an easy to used website for polling. You can quickly setup a poll here and let everyeone vote for it, or setup a private poll for your freinds only.

Dev

Using docker-compose to easily build and start the project

docker-compose build
docker-compose up
docker-compose down

Or manually starting database and server

npm install
npm run build
./startdb.sh                # Start mongodb using docker
npm start
docker stop poll_database   # Stop mongodb

Staging

This website is not ready for staging.

Production

This website is not ready for production.

TODO

  • Prevent user from entering duplicated options
  • Styling homepage
  • Prevent user from voting multiple times
  • Add trending public polls

About

An easy to use poll website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •