A RESTful backend application simulating a chat system similar to Facebook Messenger.
The project uses MongoDB (hosted in Docker) as a document database and is built with ASP.NET. It supports full CRUD operations with custom validations to ensure application reliability. Additionally, integration tests were implemented to verify core functionalities.
- MongoDB
- ASP.NET
- REST API
- Docker
- Integration Testing
- Backend Development
- Dependency Injection
This project was developed as part of the university course "Advanced Database Architectures".