1 个不稳定版本
新 0.3.0 | 2024年8月18日 |
---|
#1166 在 数据库接口
每月143次下载
90KB
1K SLoC
NotesRUs
笔记应用程序
如果您的兴趣在于数据库模式,请在此查看。
您需要什么
- 构建 前端 到 ./notes_r_us_ui/dist/。
- 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