Skip to content
Shriniwas Kulkarni edited this page Jan 2, 2025 · 4 revisions

Property-CRUD Operations API

Overview

The Property-CRUD Operations API allows users to perform CRUD (Create, Read, Update, Delete) operations on property listings. Authenticated users can post new properties, including base64-encoded images. All users can retrieve property listings and contact property owners for rentals. There are three public routes available without authentication: /,/registration and /search.

Technologies used :

  • Spring Boot 3.3.6
  • Java SE 17(open-jdk-17)
  • Spring Data JPA
  • Lombok
  • H2-database
  • Spring security 6
  • JUnit,Mockito
  • Maven and VSCODE IDE with extensions and plugins

Clone this wiki locally