-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Shriniwas Kulkarni edited this page Jan 2, 2025
·
4 revisions
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.
- 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