url-shortening-cr

Sample Crystal lang web application

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
Repository

url-shortening-cr

Owner
Statistic
  • 1
  • 0
  • 0
  • 0
  • 3
  • over 5 years ago
  • January 11, 2018
License

Links
Synced at

Thu, 02 May 2024 05:11:01 GMT

Languages