A complex (!) structured online email app which lets you add contacts and send email to desired ones 😊
The project has both backend and frontend applications. Backend application is powered by SpringBoot and frontend application was implemented as a React application.
To actually build, run and start experiencing email campaign application please first consult to backend documentation then consult to frontend documentation.
Keywords: Spring Boot
, Spring-Mail
, PostgreSQL
, JUnit
, React
, PrimeReact Library
Infrastructure implemented using Spring Boot Data MVC
framework with using Spring Mail
. For the testing purposes of backend JUnit
and Postman
has been utilized.
Client side is implemented as a react application using JavaFX
in collaboration with SpringBoot
. For the request chains Axios
has been utilized.