Skip to content
This repository has been archived by the owner on Jan 25, 2021. It is now read-only.
/ questionary Public archive
forked from cfranc0/questionary

Live polls platform using DynamoDB

Notifications You must be signed in to change notification settings

Xevolab/questionary

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Questionary

Live-updatind polling platform based on AWS DynamoDB and socket.io

It filled my need of a more agile solution than google forms for quick polls on a small scale.

It was my first node.js app so the code might not be the cleanest, that being said, I'm proud of my little creation and I am even more happy to share it freely on GitHub.

If you want to host your own version of this website, please feel free to do so (credits appreciated tw:@XevoLab).

Setup steps

Create a DynamoDB table and with primary key ID. These is a default value, that can be edited once you download the source code.

Create a .env file in the project root (or set some envirnment variables) with your AWS access keys

AWS_ACCESS_KEY_ID=Your access key
AWS_SECRET_ACCESS_KEY=Your secret access key
AWS_REGION=Your preferred region
AWS_TABLE_NAME=Name of the DynamoDB table

About

Live polls platform using DynamoDB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%