The Contact Management System is a RESTful API service that allows users to manage their contacts efficiently. It provides a set of endpoints for adding, deleting, and searching for contacts by name, phone number, or both.
- Add Contact
- Delete Contact
- Search by Name
- Search by Phone
- Search by Both
- Spring Boot Starter Data JPA
- Spring Boot Starter Web
- MySQL Connector
- Spring Boot Starter Test
- JUnit
- Lombok
Contributions to the Contact Management System are welcome! If you find any issues or have suggestions for improvements, please open an issue or create a pull request.
Planning to implement the same features using Trie Data structure without using database.
This project is licensed under the MIT License - see the LICENSE file for details.