An open API service indexing awesome lists of open source software.

https://github.com/phpzm/arango-start


https://github.com/phpzm/arango-start

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# Exemplo minimalista de uso do ArangoDB com PHP

Faço uma cópia desse repositório e instale as dependências (`triagens/arangodb`)

```shell
$ composer install
```

Levante os containers

```shell
$ docker-compose up
```

Acesse `http://localhost:3000/` e veja algo como a imagem abaixo

![alt text](https://snag.gy/maoXKj.jpg)

Para abrir a interface WebUI acesse `http://localhost:3010` e verá algo como a imagem a seguir

![alt text](https://snag.gy/5G76KJ.jpg)