Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 351 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 351 Bytes

snitch backend

start development services localhost:8081

cd docker
docker-compose up redis-stack

run the backend (debug) and provide the dotenv file as input.

RUST_BACKTRACE=1 RUST_LOG=debug  cargo run -- local-dev.env

Prune redis database

e.g. for testing

redis-cli flushall