alexkisielewicz/photo-adventures

[User Story]: View all posts

Closed this issue · 0 comments

User story:

As Site User, I can view a list of all posts so that I can select one to read

Acceptance criteria:

  • Posts retrieved from the database are visibly rendered in the blog template
  • There are at least two posts visible
  • User can click post to go to full post view

Tasks

  • Create post model
  • Create a database
  • Make migration