note about one vote per client

This commit is contained in:
sophia parafina 2017-01-20 15:58:22 -06:00
parent 006f294799
commit 67e2e0800f

View File

@ -23,3 +23,8 @@ Architecture
* A Postgres database backed by a Docker volume * A Postgres database backed by a Docker volume
* A Node.js webapp which shows the results of the voting in real time * A Node.js webapp which shows the results of the voting in real time
Note
----
The voting application only accepts one vote per client. It does not register votes if a vote has already been submitted from a client.