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.
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
This website is not ready for staging.
This website is not ready for production.
- Prevent user from entering duplicated options
- Styling homepage
- Prevent user from voting multiple times
- Add trending public polls