Skip to content

HollyM021980/HollyBlog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

== README

This is a relatively simple blog app to work through Rails associations. Also used to work on css & html appearance.

DataModel

Post

  • has one-to-many relationship with a comment (has_many)
  • has one-to-one relationship with an Author (has_one)
  • has one-to-one relatinship with a Category (has_one)

Comment

  • has many-to-one relationship with a Post (belongs_to)
  • has many-to-one relationship with an Author (has_one)

Author

  • has one-to-many relationship with Posts (belongs_to)
  • has one-to-many relationship with Comments (belongs_to)

Category

  • has one-to-many relationship with Posts (belongs_to)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors