Skip to content

letrungkien/blogApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[Blog system requirements] User

  • can sign-up
  • can sign-in/sign-out
  • can create a entry (display title, body, date)
  • can make a comment on a entry (of owner and followed user) (display comment, name and date)
  • can follow other users
  • can see the latest entries which are posted by following users (with pagination)

Everyone (including no sign-in user)

  • can read all posts and their comments (with pagination)
  • cannot make a comment

The model names you must use

  • User
  • Entry
  • Comment
  • other model (if you need)

Your system

  • is deployed on Heroku

Your code

  • is uploaded on Github

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published