This API will help you in storing your contacts details and doing CRUD operations. It uses MySQL as a database, please ensure that your mysql server is in running status.
- Developed a rest-api on Spring Boot 3.0
- API is to facilitate the CRUD operation on Contact Entity.
- Contact Entity has contactId, fullName, mailId, dateOfBirth as fields.
- Spring Data JPA for ORM.
- Validation framework for Server Side Validations.