Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.
/ gamIFy Public archive

Video game wiki based on semantic web and DBpedia data

License

Notifications You must be signed in to change notification settings

Lysquid/gamIFy

Repository files navigation

GamIFy

A video game wiki using DBpedia data, an open data graph database. It was made by 7 people, for a class on semantic web. It uses Svelte, a front-end framework.

Pages

Search

search page

Game page

game page

Company page

company page

How to run

  • Install Node.js (tested with version 20)
  • npm install
  • npm run dev
  • A message appears with the localhost url

A docker image for deployment is also available.