/wm_be

warehouse management backend

Primary LanguageRustGNU Affero General Public License v3.0AGPL-3.0

warehouse management backend

for cyus requirement

inspired by torrust (most code was copied from torrust)

Run

you could run with auto-reload by system_fd

systemfd --no-pid -s http::6000 -- cargo watch -x "run --bin wm"

or just run by cargo

cargo run --bin wm