lucasfusinato / fusi-short

🔗 FusiShort is a URL shortener built with Python, Redis, Docker and Kubernetes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FusiShort

🔗 FusiShort is a Python URL shortener application.

Funcionamento da aplicação

About

This is a playground application created with goal of applying full cycle software development using popular technologies like Python, Redis, Docker and Kubernetes.

Running locally

  1. Build applications:
$ docker-compose build
  1. Run applications:
$ docker-compose up -d

That's all! API can be accessed on this link and web server here.

2.1. [After tests] Stop running:

$ docker-compose down

Built with

Author

License

This project is licensed under the MIT license.

About

🔗 FusiShort is a URL shortener built with Python, Redis, Docker and Kubernetes


Languages

Language:Python 85.8%Language:Dockerfile 13.1%Language:Shell 1.1%