2 WebMessaging_Service
1.0.0
Final project for the Intellekta learning platform.
Task: Service for working with messages. Each message has its own identifier, text and sender's name. All messages are stored in the database in the messages table. This service is a web application, so you should implement a start page with username input. When adding messages, the sender is the current user. It should also be possible to filter messages by sender name.