cthit / VoteIT

Voting website hosted on a node.js server
MIT License
4 stars 29 forks source link

VoteIT Build Status

A voting system for student Division Meeting (Sektionsmöte).

Features

Physical requirements

Technical requirements of the project

Usage

Setup Instructions

User Instructions

Server on heroku needs to be kept alive (sleeps after 30 mins of inactivity by default) using something like the following script:

SERVERNAME="sektionsmote-2015-12-07"
while true; do
    curl -s https://${SERVERNAME}.herokuapp.com/health-check
    sleep 60
done

Development

Software requirements

Build

How to use Docker (optional)