- Created my first app using Ruby on Rails, named
Writter
. Also used Bootstrap, CSS, HTML, and PostgreSQL. - To run the application, on the
/writter
directory run:
rails server
- Go to the Wiki to see the User Stories and more.
- Created the 3 independent models (and tables)
User
,Post
,Comment
.
- Created associations between
Posts
andComments
. - Created
Index
andShow
actions for thePost
, so now they are available with their respective comments.