This is my first Rails project! The objective of this assignment is to build a website like Stackoverflow for posting and answering questions.
Learning Objectives
-
Build a basic Rails app
-
Compare Rails to Sinatra
-
Practice using Rails routes
-
Practice using Rails form helpers
-
Practice using Active Record associations
-
User Stories
Objective
-
Post a Question
-
View All Questions
-
View a Question’s Details
-
Answering a Question
-
Viewing a Question’s Answers
-
Editing a Question
-
Deleting a Question