Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 425 Bytes

File metadata and controls

15 lines (12 loc) · 425 Bytes
  • Use Admin Panel to create different tweets

  • Display those tweets in one page

  • Different users can login and create tweets

  • The author name should also be present in tweets

  • We should be able to see the detail of the author i.e profile page of author

  • User Management (Signup/Login)

  • Tweets (CRUD Tweets)

  • TWEET

    • content (Text)
    • Author (User)
    • Created At (DateTime)
    • Updated At (DateTime)