Skip to content

This project provides service logic for managing contacts, including add, delete,prefix search etc with database support & Trie data structure implementation for these services without Database too.

Notifications You must be signed in to change notification settings

sumitverma77/Contact-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

This project provides service logic for managing contacts, including add, delete,prefix search etc with database support & Trie data structure implementation for these services without Database too.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages