A Mail Application where user can send and received mail from different registered users and perform all the CURD operations.
- User can create his account.
- User can Login and Signup.
- User can send the mails.
- User can received mails.
- User can update there details.
- User can delete the mail.
- User can see all the mails of his account.
- Java
- Hibernate
- Spring Framework
- Spring Boot with JPA
- MySQL
- Maven
- Swagger UI
- User
Install and connect with database
#db specific properties
spring.datasource.url=jdbc:mysql://localhost:8888/email
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
spring.datasource.username=root
spring.datasource.password=port
- User can create his account.
- User can Login and Signup.
- User can send the mails.
- User can received mails.
- User can update there details.
- User can delete the mail.
- User can see all the mails of his account.