Skip to content

An app that lets users design surveys (Epicodus Ruby Week 4 Tuesday)

Notifications You must be signed in to change notification settings

codemargaret/ruby_survey_maker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Survey Maker

A Ruby application that allows a user to create surveys, 09.26.2017

By Margaret Berry

Project Goals

  • Practice creating relationships in ActiveRecord.
  • Write a callback function.

User Stories

  • As a survey designer, I want to...
  • ...create a new survey, so that I can get people's opinion on important matters. I also want the first letter in all words of a survey title to be capitalized.
  • ...add questions to my survey, so that I can find out what people think about various topics..
  • ...delete surveys and questions, in case I change my mind about something.

Future Features

  • Enable survey designers to update surveys and questions.

Setup/Installation Requirements

Run the following commands in Terminal:

  1. $ git clone this repository
  2. $ cd ruby_survey_maker
  3. $ rake db:create
  4. $ rake db:migrate
  5. $ rake db:test:prepare
  6. $ ruby app.rb
  7. Navigate to localhost:4567

Known Bugs

There are no known bugs at this time.

Support and contact details

If you have issues, questions, ideas, or concerns, please contact Margaret. Feel free to make a contribution to the code.

Technologies Used

  • Ruby
  • Sinatra
  • ActiveRecord

License

This software is licensed under the MIT license.

Copyright (c) 2017 Margaret Berry

About

An app that lets users design surveys (Epicodus Ruby Week 4 Tuesday)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published