Skip to content

It's a monolith project of twitter backend using express and mongodb along with test cases using jest

Notifications You must be signed in to change notification settings

prince4panwar/Twitter-Backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requirements

  • User should be able to create a post

    • [The post/tweet cannot be more than 250 chars]
    • [Every post/tweet will be having support for image upload]
  • Any post should be visible to all those users who follows tha author

  • Anyone who follows you can comment on a post/tweet

  • Anyone who follows you can like on a post/tweet

  • We can comment on a comment

  • We can like any comment also

  • Retweeting

  • User profile:

    • Name
    • Follower count
    • Bio
    • Last 10 tweets from the user
  • Pagination on tweets

  • User auth

  • Every tweet might bbe having a hashtag

About

It's a monolith project of twitter backend using express and mongodb along with test cases using jest

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published