⚡️ Durudex Code Service
Service for working with verification codes.
💡 Prerequisites
⚙️ Build & Run
- Create an
.env
file in the root directory and add the following values from .env.example
:
# Debug mode.
DEBUG=false
# Config variables:
CONFIG_PATH=configs/main
# Redis database variables:
REDIS_URL=redis://code.redis.durudex.local:6379
- Generate certificates, information can be found at certs/README.md.
Use make run
to run and make build
to build project.
🛠 Lint & Tests
Use make lint
to run the lint, and use make test
for tests.
👍 Contribute
If you want to say thank you and/or support the active development of Durudex:
- Add a GitHub Star to the project.
- Join the Discord Server.
⚠️ License
Copyright © 2022 Durudex. Released under the GNU AGPL v3 license.