A bookmark manager for tracking and organizing your favourite.
- docker
- docker-compose
./cmd.sh b
This will initialize the sqlite database (default to app.db
) with Atlas
./cmd.sh atlas-sqlite
Parameters are environment-based.
ACHIET_DB_URL=sqlite:./app.db \
ACHIET_ADDR=0.0.0.0:3399 \
ACHIET_JWT_SECRET=secret \
RUST_LOG=achiet=debug,main=debug \
./target/release/main