mirror of
https://github.com/booklore-app/booklore.git
synced 2026-02-18 00:17:53 +01:00
Update README with warning section and tech stack information (#3)
Co-authored-by: aditya.chandel <>
This commit is contained in:
12
README.md
12
README.md
@@ -4,6 +4,11 @@ BookLore is a self-hosted web app for organizing and managing your personal book
|
||||
|
||||

|
||||
|
||||
> ⚠️ **Warning:**
|
||||
> This project is in early development by a sole developer. Expect bugs, missing features, and frequent changes.
|
||||
> **Data Loss Risk:** Non-backwards compatible database changes may result in loss of metadata, such as book titles, authors, and reading progress. Your actual book files (PDFs and ePubs) are unlikely to be affected, but it's always a good idea to keep a backup of both your database and your book files.
|
||||
> **Limited Support:** As this is a one-person project, support may be slow, and features could be experimental or incomplete. Contributions and feedback are welcome!
|
||||
|
||||
## Key Features
|
||||
- **Modern, Responsive UI** – A sleek, highly reactive, and fluent interface for a seamless reading experience.
|
||||
- **Organized Book Management** – Categorize books using Libraries and Shelves for better organization.
|
||||
@@ -91,3 +96,10 @@ Once the containers are up, access BookLore in your browser at:
|
||||
```ini
|
||||
http://localhost:6060
|
||||
```
|
||||
|
||||
## Tech Stack
|
||||
|
||||
- **Backend:** Spring Boot (Java)
|
||||
- **Frontend:** Angular (TypeScript)
|
||||
- **Database:** MariaDB
|
||||
- **Containerization:** Docker & Docker Compose
|
||||
Reference in New Issue
Block a user