Skip to content

RedDwarfTech/reddwarf-admin

Repository files navigation

reddwarf-admin

english | 中文

about

A backend management system RESTful API developed in Rust is highly resource-efficient, requiring only 20MB of memory and 50m of CPU (1,000m per CPU core) to run.

Startup

git clone https://github.com/jiangxiaoqiang/reddwarf-admin.git
# default compile
cargo build
# if the official package download slow
# switch to the mirror address to speed up the build
RUSTUP_DIST_SERVER=https://mirrors.tuna.tsinghua.edu.cn/rustup/rustup cargo build
# compile for linux
RUSTUP_DIST_SERVER=https://static.rust-lang.org rustup target add x86_64-unknown-linux-gnu
cargo build --target=x86_64-unknown-linux-gnu

About

The admin system backend restful api written by rust.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages