项目作者: codemargaret

项目描述 :
An app that lets users design surveys (Epicodus Ruby Week 4 Tuesday)
高级语言: Ruby
项目地址: git://github.com/codemargaret/ruby_survey_maker.git
创建时间: 2017-09-26T17:35:47Z
项目社区:https://github.com/codemargaret/ruby_survey_maker

开源协议:

下载


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 codeberry1@gmail.com">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