Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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/).