Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

A web-based note application built with Java, Spring Boot, and MySQL. Features include user authentication, 2FA, group management, and extensive note-taking. Technologies: Spring Security, Spring Data JPA, Thymeleaf, Bootstrap, AWS S3, Jakarta Servlet, Maven, Excel, Lombok, Google Authenticator, JavaMail.

Notifications You must be signed in to change notification settings

trthanhdo41/note-application

Repository files navigation

Note Application

A comprehensive web-based note application built with Java, Spring Boot, and MySQL. This project features user authentication, two-factor authentication (2FA), group management, and extensive note-taking capabilities.

Features

  • User Management:

    • 📝 User registration, login, and logout
    • 👤 User profile management
    • 🔐 Two-factor authentication (2FA) with Google Authenticator
    • 📧 Password recovery via email
    • ✉️ Account activation via email
    • 📨 Email notifications for account updates and deletions
    • 📷 Avatar capture and storage
  • Note Management:

    • 📒 Personal note creation, editing, and deletion
    • 👥 Group management: create, edit, delete groups
    • 📑 Group notes: create, edit, delete group notes
    • 📊 Export group notes to Excel
    • 🗑️ Trash management for deleted notes
  • Admin Dashboard:

    • 🛠️ User and group management
    • 📈 Reporting and statistics

Technologies

  • ☕ Java
  • 🌱 Spring Boot
  • 🔒 Spring Security
  • 🗃️ Spring Data JPA
  • 🖼️ Thymeleaf
  • 🎨 Bootstrap
  • 🐬 MySQL
  • ☁️ AWS S3
  • 📜 Jakarta Servlet
  • 🛠️ Maven
  • 📝 Lombok
  • 📱 Google Authenticator
  • 📧 JavaMail

Getting Started

Prerequisites

  • ☕ Java Development Kit (JDK) 8 or higher
  • 🛠️ Maven
  • 🐬 MySQL
  • ☁️ AWS account (for S3)

Installation

  1. 📥 Clone the repository:

    git clone https://github.com/trthanhdo41/note-application.git
    cd note-application
    
  2. 🐬 Set up the database: erd Create a MySQL database named note_app and run the program. Or import the database backup file (database_backup.sql) into your MySQL database

  3. 🛠️ Update the database configuration: Update the src/main/resources/application.properties file with your database credentials: spring.datasource.url=jdbc:mysql://localhost:3306/note_app spring.datasource.username=[username] spring.datasource.password=[password]

  4. ▶️ Run the application: mvn spring-boot:run

Usage 🌐 Access the application at http://localhost:8080 📝 Register a new account or log in with existing credentials Contributing If you would like to contribute to this project, please fork the repository and submit a pull request. For major changes, please open an issue first to discuss what you would like to change.

License This project is licensed under the MIT License. See the LICENSE file for details.

Contact For any questions or suggestions, please contact trthanhdo41@gmail.com.

About

A web-based note application built with Java, Spring Boot, and MySQL. Features include user authentication, 2FA, group management, and extensive note-taking. Technologies: Spring Security, Spring Data JPA, Thymeleaf, Bootstrap, AWS S3, Jakarta Servlet, Maven, Excel, Lombok, Google Authenticator, JavaMail.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published