GitMail is a Java-based application designed to manage emails within a simulated environment. It utilizes Spring Boot for its framework, providing a robust platform for web applications. GitMail is built using Java, Spring Boot and Apache Cassandra. It is a full web application that is scalable and highly available. The idea is to make use of GitHub ID of the logged in user to send and recieve mail/messages.
- Email Management: Send and receive emails.
- Folder Organization: Organize emails into folders like Work, Home, and Uni.
- Predefined Users: Initial setup includes predefined user configurations.
- Application Tier: Spring Boot
- Database: Apache Cassandra
- Data Layer: Spring Data Cassandra
- Security: Spring Security
- View Layer: Thymeleaf
GitMail.webm
To run GitMail, you need to have Java and Maven installed on your system.
- Clone the repository:
git clone https://github.com/your-repository/GitMail.git
- Navigate to the project directory:
cd GitMail
- Build the project:
mvn clean install
- Run the application:
mvn spring-boot:run
Before running the application, ensure you have the necessary configuration for connecting to DataStax Astra DB by setting up the DataStaxAstraProperties
to include your secure connect bundle.
Once the application is running, it will automatically set up initial folders and send some random emails to the user "PrinceTp". You can modify the source code to customize the initial setup or to add additional functionalities.
Contributions are welcome. Please fork the repository and submit a pull request with your features or fixes.
This project is licensed under the MIT License - see the LICENSE.md file for details.