Skip to content

codervinod123/tweet_here

Repository files navigation

Requirements

  • User should be able to create a Post.

    • [Each posh should have a character limit of 255 Characters.]
    • [Every post/tweet will have an auther.]
    • [Post should be tagged with auther image and name.]
  • Anyone who follows you ,can see your post.

    • [That peson can Repost that post]
    • [That peson can Like that post]
    • [That peson can comment on that post]
    • [That peson can like a comment on that post]
  • User can create their profile on Platform.

    • [User profile should have Name]
    • [User profile should have profile picture]
    • [User profile should have Bio]
    • [User profile should have all post]
    • [User profile should have Bio]
    • [User profile should follower and following count]
  • Pagination on tweets

  • Authentication

  • Every tweet can have a hashtag

// Json Webtoken Basically a key that caims that i'm the authentic user to articipate in a communication Json webtoken has 3 parts (divided through Dot) 1- Algorithm that are being used 2- Determine User info 3- Signature (Secret Key)

eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjY2Y2Q1MmNkNzc0NmVjNmI4MGRmYTA4NCIsImVtYWlsIjoic2Frc2hpQGdtYWlsLmNvbSIsImlhdCI6MTcyNDczNjkzMywiZXhwIjoxNzI0NzQwNTMzfQ. 8r7nKRcUi0cOnFa0ENE3Y_OV6hnhjKE55cuw1nelWfg

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published