Copy of a backend for the university project. The goal was to create a real time chat application.
- WebSockets for real time communication
- JPA to handle DB related stuff
- REST API architecture to communicate with mobile app written in React Native
- Our own JWT Token auth to authenticate users
Server side was written together with https://github.com/Maciek600