Compare commits

..

No commits in common. "main" and "v0.4.1" have entirely different histories.
main ... v0.4.1

View file

@ -1,7 +1,7 @@
# [CompareWare](https://compareware.org/)
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 **rusqlite** for data storage.
It combines Rust's **Leptos** for a modern, reactive frontend and **Nostr** for decentralized data storage (TBI).
## **Features**
- **Item Management**: Add, view, and manage items with metadata and key-value tags.
@ -26,7 +26,7 @@ It combines Rust's **Leptos** for a modern, reactive frontend and **rusqlite** f
```bash
cargo leptos serve
```
3. Open your browser at [localhost:3004](http://localhost:3004)
3. Open your browser at [localhost:3000](http://localhost:3000)
## **Database Schema**
### Key Concepts
@ -97,7 +97,7 @@ sequenceDiagram
```bash
docker-compose up -d
```
3. Access the application at: [http://localhost:3004](http://localhost:3004)
3. Access the application at: [http://localhost:3000](http://localhost:3000)
### **Collaboration**
We welcome contributions! Heres how you can help: