Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rishabh-kumar01/twitverse
"TwitVerse: A Twitter-like app with image sharing, nested comments, and secure authentication. Features JWT, OTP verification, Firebase storage, sharding, and Redis caching for optimal performance."
https://github.com/rishabh-kumar01/twitverse
backend caching firebase twitter
Last synced: 15 days ago
JSON representation
"TwitVerse: A Twitter-like app with image sharing, nested comments, and secure authentication. Features JWT, OTP verification, Firebase storage, sharding, and Redis caching for optimal performance."
- Host: GitHub
- URL: https://github.com/rishabh-kumar01/twitverse
- Owner: Rishabh-Kumar01
- Created: 2024-07-28T13:31:51.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-09-22T15:56:45.000Z (5 months ago)
- Last Synced: 2024-11-21T23:17:25.148Z (3 months ago)
- Topics: backend, caching, firebase, twitter
- Language: JavaScript
- Homepage:
- Size: 559 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TwitVerse: A Twitter-like App
## Overview
TwitVerse is a social media platform that allows users to share short posts,
interact with other users' content, and build a network of followers.## Core Features
### Post Creation
- Users can create posts (similar to tweets)
- Maximum post length: 250 words
- Image upload support for each post
- Optional hashtag functionality for posts### Post Visibility and Interaction
- Posts are visible to all followers of the author
- Followers can:
- Comment on posts
- Like posts
- Retweet posts### Commenting System
- Users can comment on posts
- Nested commenting: Users can reply to existing comments
- Like functionality for comments### User Profiles
- Profile information includes:
- Name
- Follower count
- Bio
- Display of the user's 10 most recent posts### Authentication
- User registration and login functionality
### Additional Features
- Pagination for browsing posts
- Hashtag support for categorizing and searching posts## Future Considerations
- Real-time updates for new posts and interactions
- Direct messaging between users
- Trending topics based on hashtag usage
- Advanced search capabilities