Compare commits
3 commits
Author | SHA1 | Date | |
---|---|---|---|
93793bb580 | |||
1f4b63b1f8 | |||
f35c7cd085 |
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# [CompareWare](https://compareware.org/)
|
# [CompareWare](https://compareware.org/)
|
||||||
|
|
||||||
CompareWare is an open-source platform for comparing tools (software, hardware, etc.) with structured, crowdsourced data.
|
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).
|
It combines Rust's **Leptos** for a modern, reactive frontend and **rusqlite** for data storage.
|
||||||
|
|
||||||
## **Features**
|
## **Features**
|
||||||
- **Item Management**: Add, view, and manage items with metadata and key-value tags.
|
- **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 **Nostr** for
|
||||||
```bash
|
```bash
|
||||||
cargo leptos serve
|
cargo leptos serve
|
||||||
```
|
```
|
||||||
3. Open your browser at [localhost:3000](http://localhost:3000)
|
3. Open your browser at [localhost:3004](http://localhost:3004)
|
||||||
|
|
||||||
## **Database Schema**
|
## **Database Schema**
|
||||||
### Key Concepts
|
### Key Concepts
|
||||||
|
@ -97,7 +97,7 @@ sequenceDiagram
|
||||||
```bash
|
```bash
|
||||||
docker-compose up -d
|
docker-compose up -d
|
||||||
```
|
```
|
||||||
3. Access the application at: [http://localhost:3000](http://localhost:3000)
|
3. Access the application at: [http://localhost:3004](http://localhost:3004)
|
||||||
|
|
||||||
### **Collaboration**
|
### **Collaboration**
|
||||||
We welcome contributions! Here’s how you can help:
|
We welcome contributions! Here’s how you can help:
|
||||||
|
|
Loading…
Add table
Reference in a new issue