Compare commits

...

2 Commits

Author SHA1 Message Date
fcc9a8602b Merge branch 'main' of ssh://git.rafajr.dev:2222/rafa/kubernetes-app-example 2025-10-20 20:20:04 +01:00
2465beaa21 Add README 2025-10-20 20:19:30 +01:00

13
README.md Normal file
View File

@ -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`