1 个不稳定版本

0.3.0 2024年8月18日

#1166数据库接口

Download history 143/week @ 2024-08-17

每月143次下载

自定义许可

90KB
1K SLoC

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

argocd badge Build Docker Image

NotesRUs

笔记应用程序

如果您的兴趣在于数据库模式,请在此查看。

您需要什么

  1. 构建 前端 到 ./notes_r_us_ui/dist/。
  2. Rust

构建/运行

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

部署

Docker

我们同时在Docker Hub和GitHub的ghcr.io上有Docker镜像。

docker pull ghcr.io/l2dit/notesrus:latest

docker pull asskit/notesrus:latest

部署

这有点难以重现,因为我们目前正在使用kubernetes 在这里

依赖关系

~85MB
~1.5M SLoC