go run main.go apigo run main.go migratemake migration name=<input-name>go install github.com/vektra/mockery/v2@latestgo install github.com/swaggo/swag/cmd/swag@latestGenerate swagger docs
swag init# Generate a private key (private.pem) with 2048-bit RSA encryption
openssl genpkey -algorithm RSA -out private.pem -pkeyopt rsa_keygen_bits:2048
# Extract the public key (public.pem) from the private key
openssl rsa -pubout -in private.pem -out public.pemotpauth://totp/Example:alice@google.com?secret=TTETFQGNNTNRHHSY&issuer=Exampleuse qr tool to generate qr code image
pip install qrcodegen image
qr "otpauth://totp/Example:alice@google.com?secret=TTETFQGNNTNRHHSY&issuer=Example"