YASS is survey software that can handle any number of users. The authentication is based on
passport and uses bcrypt to salt and hash the passwords. It has a MySQL database on the back end.
It uses the Google Places API and Google Maps API. A user can create a survey with any number
of questions. The questions can have any number of choices. The choices can be picked from a
Google Paces search or can be a custom choice. The Google Places choices place markers on a map
for convenience. The surveys can be distributed to any number of other users.
A real-time chat is available in the survey forums so the survey takers can communicate with one
another. The tallies of the survey choices is shown to all the users in real-time.
The user "test" with the password "test" can be used to explore the software without signing up.