Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/cw00dw0rd/arangosearchimdb
- Owner: cw00dw0rd
- Created: 2019-10-23T21:39:18.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T23:20:18.000Z (almost 2 years ago)
- Last Synced: 2023-03-06T01:18:39.121Z (over 1 year ago)
- Language: Vue
- Size: 1.57 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
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/).