FusiShort
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
- Build applications:
$ docker-compose build
- 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
- Redis: in-memory database;
- FastAPI: back-end API framwork;
- PyTest: Python unit test library;
- Streamlit: front-end WEB framework;
- Docker: containerization platofrm;
- Kubernetes: container orchestration platform.
Author
- Lucas Fusinato Wilhelm Chiodini Zanis - lucasfusinato
License
This project is licensed under the MIT license.