Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 1.19 KB

File metadata and controls

36 lines (27 loc) · 1.19 KB

EmailReplyGen - Java Spring Boot & React with GeminiAI

Overview

EmailReplyGen is a full-stack application designed to automate the generation of email replies using cutting-edge AI technology provided by GeminiAI. This project comprises a React front-end and a Spring Boot back-end, offering a seamless integration of AI into email communication systems.

Features

  • AI-Driven Email Replies: Leverages GeminiAI to understand and generate contextually appropriate responses.
  • React Front-end: A responsive user interface to interact with the email reply service.
  • Spring Boot Back-end: Robust server-side logic to manage email data and integrate with GeminiAI.

Technology Stack

  • Front-end: React.js
  • Back-end: Spring Boot (Java)
  • AI Service: GeminiAI

Installation

Prerequisites

  • Node.js (Latest LTS)
  • Java JDK 11 or later
  • Maven

Steps

  1. Clone the Repository git clone https://github.com/yourusername/EmailReplyGen-Java-SpringAI-GeminiAI.git cd EmailReplyGen-Java-SpringAI-GeminiAI

  2. Run the Back-end Server cd emailWriter-Server mvn spring-boot:run

  3. Start the Front-end App cd ../emailWriter-Client npm install npm start