This is a RESTful API designed to manage apartment rental data. It provides endpoints for retrieving, creating, updating, and deleting apartment listings, making it a useful backend service for real estate or rental platforms.
- CRUD operations for apartment listings
- RESTful routes with JSON responses
- Postman for testing