Crystal lang web application to create short version of urls.
270
Sample crystal lang web application to work with redis. Minimized Docker image.
brew install crystal-langcrystal depscrystal run src/server.cr$ docker build -t miry/url-shortening-cr .
$ docker run --net=host -d redis
$ docker run -e BASENAME="http://$(docker-machine ip):3000" -it --net=host miry/url-shortening-cr
Content type
Image
Digest
Size
91 MB
Last updated
almost 8 years ago
docker pull miry/url-shortening-cr