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