Skip to content

steven-ferguson/simple_survey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Survey

This is a survey app built using Ruby and ActiveRecord with a command line UI. This project was for practice using ActiveRecord with a PostgresSQL database.

Getting Started

To get the app up and running you'll need to have Postgres installed on your system. You can find instructions on how to do this here. Once you have Postgres installed run:

bundle install
rake db:create
rake db:migrate
ruby bin/survey_monkey.rb 

About

A simple survey in Ruby using Active Record

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages