https://github.com/phpzm/arango-start
https://github.com/phpzm/arango-start
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/phpzm/arango-start
- Owner: phpzm
- Created: 2017-06-02T15:43:26.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-02T16:19:11.000Z (over 8 years ago)
- Last Synced: 2025-02-06T10:53:20.586Z (about 1 year ago)
- Language: PHP
- Size: 3.91 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

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