edd is the complete project for Go Event-Driven v2.0 course, you could find more here: link.
go version
# go version go1.26.0 or higher
just --version
# just 1.47.0 or higher (https://just.systems)
psql --version
# psql (PostgreSQL) 17.6
redis-server --version
# Redis server v=6.2.0PROJECT_ROOT=edd
git clone https://github.com/therenotomorrow/edd.git "$PROJECT_ROOT"
cd "$PROJECT_ROOT"# install dependencies
go mod tidy
# check code integrity
just install code # see other recipes by calling `just`
# run dependent services
just postgres
just redis
just gateway
# setup safe development (optional)
git config --local core.hooksPath .githooksIntegration and component tests provided by the Three Dots Labs platform. There are no unit tests.
MIT License. See the LICENSE file for details.