Skip to content

Latest commit

 

History

History
24 lines (23 loc) · 605 Bytes

README.md

File metadata and controls

24 lines (23 loc) · 605 Bytes

Twitter Backend

Main Features :-

  1. user should be able to post a tweet (TWEET)
  • content 250 characters max
  • images upload
  • likes
  • comment tweets
  • hashtags (HASHTAG)
    • word
    • multi tweet connected to same hashtags
    • ranking
  1. user (USER)
  • username
  • authentication
  • number of followers
  • email/password
  • list of tweets posted by the user.
  • bio
  1. other users should be able to like a tweet
  2. other users should be able to tweet on a tweet
  3. other users should be able to retweet
  4. user should be able to visit profile of author and follow.
  5. hashtags