Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.06 KB

README.md

File metadata and controls

28 lines (19 loc) · 1.06 KB

Mindfullog

Mindfullog is a personal journal application built with Spring Boot and MongoDB. It provides a secure and intuitive platform for managing your daily thoughts and reflections. With features designed for ease of use and scalability, Mindfullog helps you keep track of your personal growth and mindfulness journey.

Features

  • User Authentication: Secure login and registration system.
  • CRUD Operations: Create, Read, Update, and Delete journal entries.
  • Rich Text Support: Write and format your entries with a rich text editor.
  • Search and Filter: Easily search and filter your entries by date or keywords.
  • Responsive Design: Accessible from both desktop and mobile devices.
  • Data Persistence: Utilizes MongoDB for reliable data storage and retrieval.
  • Security Added: Security Added

Tech Stack

  • Backend: Spring Boot
  • Database: MongoDB
  • Security: Role based security is added

Getting Started

Prerequisites

  • Java 17 or higher
  • MongoDB (local or MongoDB Atlas)
  • Maven (for building the project)