Sign inSign up

miry/url-shortening-cr

By miry

Updated almost 8 years ago

Crystal lang web application to create short version of urls.

Image
1

270

miry/url-shortening-cr repository overview

URL shortening

Sample crystal lang web application to work with redis. Minimized Docker image.

Endpoints

  • POST /url

Build

  • Install brew install crystal-lang
  • Download dependicies crystal deps
  • Run the server crystal run src/server.cr

Docker

$ 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
Profile
  • [2018.01.12 14:00] Deployed to minikube
  • [2018.01.12 12:00] Build k8s resources
  • [2018.01.11 21:45] Finished to build web app
  • [2018.01.11 15:25] Started to build web app

Tag summary

Content type

Image

Digest

Size

91 MB

Last updated

almost 8 years ago

docker pull miry/url-shortening-cr