Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 867 Bytes

File metadata and controls

39 lines (27 loc) · 867 Bytes

📝 Simple Java Blog

An application written in pure Java SE and built using Maven. This project simulates a simple real blog where users can:

  • Add new blog posts
  • View all existing posts
  • Save/load posts from a local file

🛠 Tech Stack

  • Java SE 21+
  • Maven
  • No frameworks or external dependencies


🚀 How to Run

Prerequisites

  • Java 21+ installed
  • Maven installed

📘 Features

  • Add blog posts with title and content
  • View all blog posts in a list
  • Save/load posts to/from a file (blogposts.txt)

📈 Future Improvements

  • Add categories or tags
  • Format content using markdown
  • Transition to a web version (Spring Boot or Quarkus)
  • Store posts in a database instead of a text file

📄 License This project is licensed under the MIT License © 2025 m4n50.