1 unstable release

0.3.0 Aug 18, 2024

#1556 in Database interfaces

Download history 149/week @ 2024-08-18 2/week @ 2024-08-25

151 downloads per month

Custom license

90KB
1K SLoC

Rust 1K SLoC // 0.0% comments Vue 73 SLoC JavaScript 50 SLoC // 0.0% comments

argocd badge Build Docker Image

NotesRUs

Notes Aplication

The database schema if your intrested is here.

What You Need

  1. Built The Front End to ./notes_r_us_ui/dist/.
  2. Rust

Build/Run

# 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`

Deployment

Docker

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

Deployment

This is slightly harder to recreate as curenetly we are using kubernetes info HERE.

Dependencies

~84MB
~1.5M SLoC