A simple Java-based Library Server that allows you to manage books via a web browser.
This project uses Java, HTTPServer, and a simple HTML frontend.
- Add a new book with title, author, and year
- View all books currently in the library
- Web interface to interact with the library
We welcome contributions! To contribute:
- Fork this repository to your GitHub account.
- Clone your fork locally:
git clone https://github.com/your-username/LibraryManagementServer.git
## How to Run
1. Compile the Java server:
```bash
javac LibraryServer.java