Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 463 Bytes

File metadata and controls

13 lines (9 loc) · 463 Bytes

# Rails App Practice

This is a Stock Overflow-esque practice app using activerecord in ruby on rails

# Features

  • Visitors to the app can view questions and answers posted by users.

  • The most recently posted questions appear first on the questions index page.

  • A signed in user can post questions and answers to questions.

  • A question creator can “favorite” one answer they choose.

  • A question/answer creator can only delete/edit their content.