Skip to content

Commit

Permalink
docs: update how run
Browse files Browse the repository at this point in the history
  • Loading branch information
felixrodrigo19 committed Oct 16, 2024
1 parent 8b7dbc1 commit 43b7f4f
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -327,13 +327,24 @@ git clone [email protected]:PostechSOAT2024Grupo40/ambrosia-serve.git
cd ambrosia-serve
```

2. Inicie os containers Docker:
2. Crie a infraestrutura kubernetes utilizando o [minikube](https://minikube.sigs.k8s.io/docs/start/?arch=%2Flinux%2Fx86-64%2Fstable%2Fbinary+download), instale caso necessario:

```shell
docker-compose up --build
minikube start
```

3. Acesse o endpoint de documentação `swagger` no navegador `http://localhost:8000/docs`
```shell
kubectl apply -f infra/
```


3. Conecte-se ao serviço `ambrosia-serve`:

```shell
minikube service ambrosia-serve
```

4. Acesse o endpoint de documentação `swagger` no navegador `http://<HOST>:30000/docs`

Os seguintes Status de Pedidos estão disponíveis:

Expand Down

0 comments on commit 43b7f4f

Please sign in to comment.