- Send Message
- Inbox
- Sent Item
- [Java 8] (https://www.oracle.com/technetwork/java/javase/downloads/index.html)
- [Maven] (https://maven.apache.org/)
- [Project Lombok] (https://projectlombok.org/)
- [Spring Boot] (https://spring.io/projects/spring-boot)
- [Spring JPA] (https://projects.spring.io/spring-data-jpa/)
- [Mysql] (https://www.mysql.com/)
- Install Maven (https://maven.apache.org/install.html)
- Install Mysql (https://www.mysql.com/)
- Create User in Mysql with credentials: simple-messaging/simple@123 (as defined in application.properties)
- Create Database in Mysql named: simple-messaging (as defined in application.properties)
- start the program with command : mvn clean spring-boot:run