How to Run project
-
setup your .env file this is for an example:
$REDIS_URL="localhost:6379"
$PORT=8080
$SERVICE_NAME="GO-REDIS"
-
run this command => make docker-up
-
then run => make docker-build
-
go is running in your port define at .env file