Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cw00dw0rd/arangosearchimdb

Simple frontend for searching IMDB data-set with ArangoSearch and a Foxx microservice.
https://github.com/cw00dw0rd/arangosearchimdb

Last synced: 1 day ago
JSON representation

Simple frontend for searching IMDB data-set with ArangoSearch and a Foxx microservice.

Awesome Lists containing this project

README

        

# imdb-search

Project uses .env file for [API access](https://github.com/cw00dw0rd/foxxArangoSearchIMDB), which requires a variable named `VUE_APP_API_URL` that contains URL for route from the Foxx app.
Example: `VUE_APP_API_URL=http://127.0.0.1:8529/_db/imdb/search/titlesearch`

## Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

### Lints and fixes files
```
npm run lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).