Crates.io | notes_r_us |
lib.rs | notes_r_us |
version | 0.3.0 |
source | src |
created_at | 2024-08-18 08:33:17.83461 |
updated_at | 2024-08-18 08:33:17.83461 |
description | Note Sharing Applictions API |
homepage | https://notesrus.nzdev.org |
repository | https://github.com/l2dit/notesrus.git |
max_upload_size | |
id | 1342472 |
size | 199,959 |
Notes Aplication
The database schema if your intrested is here.
# Must have a database to connect to Default: (./database.sqlite)
cargo build # builds to the target directory `./target/debug/notes_r_us`
cargo run # Runs The Application On `0.0.0.0:3000`
./target/debug/notes_r_us # Runs The Application On `0.0.0.0:3000`
We have docker images both on Docker Hub and GitHub's ghcr.io.
docker pull ghcr.io/l2dit/notesrus:latest
docker pull asskit/notesrus:latest
This is slightly harder to recreate as curenetly we are using kubernetes info HERE.