Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/corentinth/fictif
Server-less search engine for fictionnal characters.
https://github.com/corentinth/fictif
dbpedia dbpedia-spotlight fictional-characters search-engine vuejs
Last synced: 2 days ago
JSON representation
Server-less search engine for fictionnal characters.
- Host: GitHub
- URL: https://github.com/corentinth/fictif
- Owner: CorentinTh
- License: mit
- Created: 2020-01-14T07:43:02.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-28T13:52:24.000Z (almost 5 years ago)
- Last Synced: 2024-11-02T13:42:17.795Z (about 2 months ago)
- Topics: dbpedia, dbpedia-spotlight, fictional-characters, search-engine, vuejs
- Language: Vue
- Homepage: https://fictif.now.sh
- Size: 255 KB
- Stars: 1
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![logo](./.github/logo.png)
Fictif is a backendles search engine for fictionnal characters using sparql queries over dbpedia. [Try it!](//fictif.now.sh)
## Credit
[Fictif](//fictif.now.sh) has been created for the **Web semantic** course at **INSA-Lyon** by:* [Théo Champion](//github.com/theochp)
* [Balthazar Frolin](//github.com/Balthov60)
* [Marc-Alexandre Meillac](//github.com/mameillac)
* [Maxime Mion](//github.com/Maxime-Mn)
* [Tania Oudinet](//github.com/SteamDragonLady)
* [Nathan Savina](//github.com/Dante-DaCapo)
* [Corentin Thomasset](//github.com/CorentinTh)
* [Thuy Vu](//github.com/thuyv)## 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/).