Browse by type
Hey adventurers! Welcome to Crabby's Quests Tracker, the ultimate tool to keep tabs on all your epic adventures. 🌟 Whether you're rallying your squad, tracking loot, or planning your next epic quest.
this project’s got your back. Let's make managing quests as legendary as Crabby's journey itself! 🦀💥
This is a project to help you stay organized with quests, adventurers, and their outcomes! Track who’s in, who’s out, and what went down, all while keeping things clean with Rust and Domain-Driven Design (DDD). It’s not just another tracker, it's Crabby's way to squad up and roll out! ⚔️✨
Organized with Domain-Driven Design + Clean Architecture to keep things tidy:
quests_tracker/
├───config/
├───src/
│ ├───application/
│ │ └───usecases/
│ ├───domain/
│ │ ├───entities/
│ │ ├───repositories/
│ │ └───value_objects/
│ └───infrastructure
│ ├───axum_http/
│ └───postgres/
│ ├───migrations/
│ └───repositories/
├── Cargo.toml
Ready to level up? Follow these steps:
sh
git clone https://github.com/Rayato159/quests-tracker.git
cd quests-tracker
sh
cargo install diesel_cli --no-default-features --features postgres
sh
podman run --name quests-tracker-db -e POSTGRES_PASSWORD=123456 -e POSTGRES_DB=quests_tracker_db -p 5432:5432 -d postgres:latest
sh
diesel migration run
sh
cargo run
Boom, you're in! 🎉
sh
cargo test
sh
cargo install cargo-tarpaulin
sh
cargo tarpaulin --out xml
cargo update
cargo clippy --fix --lib -p quests_tracker
STAGE=Local
SERVER_PORT=8080
SERVER_BODY_LIMIT=10 # MB
SERVER_TIMEOUT=90 # seconds
DATABASE_URL=postgres://postgres:123456@localhost/quests_tracker_db
JWT_ADVENTURER_SECRET=a_supersecret
JWT_ADVENTURER_REFRESH_SECRET=ar_supersecretrefresh
JWT_GUILD_COMMANDER_SECRET=g_supersecret
JWT_GUILD_COMMANDER_REFRESH_SECRET = gr_supersecretrefresh
sh
docker build -t quests-tracker:v1.0.0 -f ./Dockerfile .
sh
podman run --name quests-tracker -p 8080:8080 \
-e STAGE=Local \
-e SERVER_PORT=8080 \
-e SERVER_BODY_LIMIT=10 \
-e SERVER_TIMEOUT=90 \
-e DATABASE_URL=postgres://user:password@host:port/database_name \
-e JWT_ADVENTURER_SECRET=xxxxx \
-e JWT_ADVENTURER_REFRESH_SECRET=xxxxx \
-e JWT_GUILD_COMMANDER_SECRET=xxxxx \
-e JWT_GUILD_COMMANDER_REFRESH_SECRET=xxxxx \
-d quests-tracker:v1.0.0
Feel like adding your magic to Crabby's adventure? Fork the repo, make those changes, and open a pull request. Crabby loves help from fellow adventurers! 💪✨
This project is open-sourced under the MIT License. feel free to use, modify, and share.
Special shoutout to Crabby, the ultimate adventure guide. Without Crabby, none of these epic quests would be possible. Keep on adventuring! 🦀🚀
Happy Questing, Adventurers! 🌟
$ claude mcp add quests-tracker \
-- python -m otcore.mcp_server <graph>