Skip to content

In this project I create a service that authenticates with JWT and sends emails with Mailgun and Mailjet.

Notifications You must be signed in to change notification settings

FedericoMartucci/EmailServiceChallenge-Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Email Service Challenge

This project demonstrates how to implement a JWT Authentication functionality in an Spring Boot application and how to create a service that sends emails.

Overview

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

Installation

Follow these steps to install and run the project:

  1. Clone the repository: "git clone https://github.com/FedericoMartucci/EmailServiceChallenge"
  2. Navigate to the project directory: "cd your-repo"
  3. Build the project using Maven: "mvn clean install"
  4. Run the project: "mvn spring-boot:run"
  5. Test the API Rest using Postman or another application at "http://localhost:8080".

About

In this project I create a service that authenticates with JWT and sends emails with Mailgun and Mailjet.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published