Spring boot project to read an excel file with columns (name and phone number) and insert the data in database, Services to show all the entries in database, update an entry, delete an entry, and add single contact row in database. Attached it to the sample contact list.
User will get all above options after authenticating successfully using username and password. Implementing using spring security for authentication.