https://github.com/pawan8085/smart-contact-manager
"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."
https://github.com/pawan8085/smart-contact-manager
hibernate mysql springboot springmvc springsecurity thymeleaf
Last synced: 6 months ago
JSON representation
"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."
- Host: GitHub
- URL: https://github.com/pawan8085/smart-contact-manager
- Owner: Pawan8085
- Created: 2024-02-09T06:57:57.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-10T17:24:41.000Z (over 2 years ago)
- Last Synced: 2025-03-11T07:15:35.074Z (about 1 year ago)
- Topics: hibernate, mysql, springboot, springmvc, springsecurity, thymeleaf
- Language: HTML
- Homepage:
- Size: 600 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Smart-Contact-Manager
### 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
```
