Skip to content

Survey and SurveyGui in a ready to install package

Notifications You must be signed in to change notification settings

juanjcsr/surveygui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Surveygui

Quickstart package for the surveyor and surveyor-gui packages.

Surveygui is a 4.1 Rails app that you can deploy if you need a fast and easy-to-use survey generator app.

ToDo

Most of the items described here are already available in the surveyor and surveyor_gui packages.

  • Add User generators
  • Validate user responses
  • Testing

Survey Creation

You can check any created surveys by going to localhost:3000/surveyor_gui/surveyforms. To create a new survey, click on the New Survey link.

Take Survey

Navigate to localhost:3000/surveys and chose your new created survey

Install

Dependencies

/ Surveygui is build on top of Rails 4.1. Work is been done to make Surveygui run on the last version of Rails

You need also a PostgreSQL database

Install steps

Just clone this repo:

git clone https://github.com/juanjcsr/surveygui

install the dependencies:

bundle install

and then create and migrate the database

rake db:create db:migrate

About

Survey and SurveyGui in a ready to install package

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published