This project demonstrates how to implement a JWT Authentication functionality in an Spring Boot application and how to create a service that sends emails.
This project showcases the implementation of a JWT Authentication feature and how to create a service that sends emails in an Spring Boot application.
Technologies used:
- Spring Boot 3
- Spring Security 6
- jsonwebtoken
- Mailgun
Follow these steps to install and run the project:
- Clone the repository: "git clone https://github.com/FedericoMartucci/EmailServiceChallenge"
- Navigate to the project directory: "cd your-repo"
- Build the project using Maven: "mvn clean install"
- Run the project: "mvn spring-boot:run"
- Test the API Rest using Postman or another application at "http://localhost:8080".