Built a Real-Time Stock Market Platform with Spring Boot, Redis & WebSockets
Hello everyone, I am a fresher and have been learning Spring Boot for a while now, and I have also been trying out building and experimenting with things.
Today, I would like to present Stoxy-Finance - A real-time stock ticker platform focused on Indian Exchanges(NSE/BSE).
The backend is built using Spring Boot 3.4.x and Java 21.
It includes WebSocket, Redis caching, rate limiting, Google OAuth, JWT Authentication and much more.
I'd really appreciate it if you could try it out and share your thoughts on the architecture, code quality, API design, performance, or anything else that stands out.
Live demo: https://stoxy-finance.vercel.app/
GitHub: https://github.com/Anshs-12/stoxy
Note: The frontend isn't my strong area and was mostly vibe-coded, so there are still a few UI bugs I'm working on. My primary focus has been the backend, so I'd especially appreciate feedback on that.