Compare commits

..

No commits in common. "1f5290188538694c2564163a65ee9a343c173e57" and "69430fae8a5e1d06f2b7c020b6386b000d0c3665" have entirely different histories.

View file

@ -1,7 +1,6 @@
# [CompareWare](https://compareware.org/)
# CompareWare
CompareWare is an open-source platform for comparing tools (software, hardware, etc.) with structured, crowdsourced data.
It combines Rust's **Leptos** for a modern, reactive frontend and **Nostr** for decentralized data storage (TBI).
CompareWare is an open-source platform for comparing tools (software, hardware, etc.) with structured, crowdsourced data. It combines **Leptos** for a modern, reactive frontend and **Nostr** for decentralized data storage.
## **Features**
- **Item Management**: Add, view, and manage items with metadata and key-value tags.
@ -26,7 +25,7 @@ It combines Rust's **Leptos** for a modern, reactive frontend and **Nostr** for
```bash
cargo leptos serve
```
3. Open your browser at [localhost:3000](http://localhost:3000)
3. Open your browser at [http://localhost:3000](http://localhost:3000)
## **Database Schema**
### Key Concepts
@ -59,23 +58,6 @@ flowchart LR
items -->|item_id| item_properties
properties -->|property_id| item_properties
```
## **Docker Deployment**
### **Prerequisites**
- Docker installed on your system
- Docker Compose (usually included with Docker Desktop)
### **Running with Docker**
1. Clone the repository:
```bash
git clone https://forge.ftt.gmbh/ryanmwangi/Compware.git
cd compareware
```
2. Start the container:
```bash
docker-compose up -d
```
3. Access the application at: [http://localhost:3000](http://localhost:3000)
### **Collaboration**
We welcome contributions! Heres how you can help: