You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Smart Contact Manager is built using the Spring MVC pattern and Thymeleaf, enabling smarter management of contacts.
Key Features :
Contact Management
User Registration and Login
Password Recovery with Email OTP Verification
Pagination and Searching
Usage :-
Application home
http://localhost:8080
User Registration
http://localhost:8080/signup
User Login
http://localhost:8080/signIn
Email for password recovery
http://localhost:8080/forgot
Password recovery email otp verification
http://localhost:8080/send-otp
Password recovery set new password
http://localhost:8080/verify-otp
User Home
http://localhost:8080/user/index
Show Contacts
http://localhost:8080/user/show-contacts/{page}
Add Contact
http://localhost:8080/user/add-contact
User Profile
http://localhost:8080/user/profile
User Setting
http://localhost:8080/user/setting
User LogOut
http://localhost:8080/logout
About
"Smart Contact Manager App is based on the Spring MVC structure to manage contacts. It contains functionality such as contact management, pagination, and searching, user authentication, forgot password with email OTP verification, and payment integration."