Applications that can store your personal details and list all the written users on html
- Python: 3.11
- SQLite3
- Bash Shell
- Docker
- Postgresql container needed
- Docker compose for multi container environment
- k3s for simple testing
- Virtualbox for k8s setup for more deep dive into world of container orchestrations
If on debian based OS:
curl -L get.docker.com | sudo bash
sudo apt-get update
sudo apt-get -y install git python3-poetry
git clone https://github.com/zero-pytagoras/details-app.git
cd /PATH/TO/DETAILS/APP/FOLDER
git config user.name YOUR-USERNAME
git config user.email EMAIL-YOU-USE-FOR-GIT
poetry installIf on RedHat based OS: (RpckyLinux suggested)
curl -L get.docker.com | sudo bash
sudo dnf install -y epel-release git
git clone https://github.com/zero-pytagoras/details-app.git
cd /PATH/TO/DETAILS/APP/FOLDER
git config user.name YOUR-USERNAME
git config user.email EMAIL-YOU-USE-FOR-GIT
poetry installIf everything is installed correctly:
poetry shell
python details.py