From 2465beaa215de7269049931653d5b9ccd6acd3f0 Mon Sep 17 00:00:00 2001 From: rafa Date: Mon, 20 Oct 2025 20:19:30 +0100 Subject: [PATCH] Add README --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..5d5a13e --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# Kubernetes App Example + +## Installation of dev envoirnment + +Clone the repository move the `backend/.env.example` file to `backend/.env` and update the information inside. + +Then execute the following command: + +``` +docker compose up -d --build +``` + +The app will start in the following address `http://0.0.0.0:8000`