Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/miroslavmagnin/textgram
This is my implementation of Twitter
https://github.com/miroslavmagnin/textgram
Last synced: about 5 hours ago
JSON representation
This is my implementation of Twitter
- Host: GitHub
- URL: https://github.com/miroslavmagnin/textgram
- Owner: MiroslavMagnin
- Created: 2024-08-01T05:56:35.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-09-11T03:24:22.000Z (2 months ago)
- Last Synced: 2024-09-16T17:13:14.017Z (2 months ago)
- Language: Java
- Size: 4.71 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# textgram
🤖 Tech Stack:
- Java 21
- Spring Boot
- Spring Security (JWT-authentication)
- Spring Cloud Gateway
- PostgreSQL
- Kafka
- Redis
- Docker
- React# 😯 About the project
This is my implementation of Twitter. In the app, you will be able to register a new user,
publish new posts, follow to other users and get notifications about new postsThis application includes 7 microservices:
- gateway-service
- auth-service
- user-service
- post-service
- feed-service
- notification-service
- analytics-service# 🔑 Key Features:
- Microservices architecture
- RESTful API
- Security: user authentication with JWT
- Kafka and Redis
- Frontend with React# 🧑🚀️ Explore REST API