Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 882 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 882 Bytes

contact_management_system

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.

Features

  1. Add Contact
  2. Delete Contact
  3. Search by Name
  4. Search by Phone
  5. Search by Both

Dependencies

  • Spring Boot Starter Data JPA
  • Spring Boot Starter Web
  • MySQL Connector
  • Spring Boot Starter Test
  • JUnit
  • Lombok

Contributing

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.

Upcoming Features

Planning to implement the same features using Trie Data structure without using database.

License

This project is licensed under the MIT License - see the LICENSE file for details.