Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 1.05 KB

README.md

File metadata and controls

46 lines (31 loc) · 1.05 KB

Gen Avatar 😎

forthebadge forthebadge GitHub Actions Workflow Status

Generate a User Avatar with the initials of the name.

Features 🚀

  • Generate Avatar with Initials
  • Redis Cache 📦
  • Built with Rust 🦀

Installation 🛠️

git clone https://github.com/Engineers-Cradle/gen-avatar.git
cd gen-avatar
cargo build --release

Configuration 🛠️

Create a .env file in the root directory and add the following configuration.

WEB_SERVER_PORT=
REDIS_URL=
NUM_WORKERS=
LOG_LEVEL=

Usage 🚀

cargo run --release

API Endpoints 🚀

  • GET /avatar/:name?theme=light - Generate Avatar with Initials

License 📄

This project is licensed under the MIT License - see the LICENSE file for details