This is and URL shortener repo written in Go, using Redis and Docker.
It is deployed in Google Cloud Platform.
- Copy
sample.envto.envand rename the variables if you need - Build the images and run the containers:
make docker-startYou can stop the docker by running: make docker-stop
make testMake sure you have heroku cliin you path, and access to the project.
make deploy version=4|
joaomarcuslf |