⚡️ Go Sample Service
Durudex Go sample service.
💡 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
# Postgres database variables:
POSTGRES_URL=postgresql://admin:qwerty@sample.postgres.durudex.local:5432/durudex
- Generate certificates, information can be found at certs/README.md.
- Migrate the database, information can be found at schema/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.