Generate a User Avatar with the initials of the name.
- Generate Avatar with Initials
- Redis Cache π¦
- Built with Rust π¦
git clone https://github.com/Engineers-Cradle/gen-avatar.git
cd gen-avatar
cargo build --release
Create a .env
file in the root directory and add the following configuration.
WEB_SERVER_PORT=
REDIS_URL=
NUM_WORKERS=
LOG_LEVEL=
cargo run --release
GET /avatar/:name?theme=light
- Generate Avatar with Initials
This project is licensed under the MIT License - see the LICENSE file for details