knex/webapp
Giò Diani c1c06cebc9 init 2025-01-10 15:22:28 +01:00
..
app init 2025-01-10 15:22:28 +01:00
bootstrap init 2025-01-10 15:22:28 +01:00
config init 2025-01-10 15:22:28 +01:00
database init 2025-01-10 15:22:28 +01:00
public init 2025-01-10 15:22:28 +01:00
resources init 2025-01-10 15:22:28 +01:00
routes init 2025-01-10 15:22:28 +01:00
storage init 2025-01-10 15:22:28 +01:00
tests init 2025-01-10 15:22:28 +01:00
.editorconfig init 2025-01-10 15:22:28 +01:00
.env.example init 2025-01-10 15:22:28 +01:00
.gitattributes init 2025-01-10 15:22:28 +01:00
.gitignore init 2025-01-10 15:22:28 +01:00
LICENSE.md init 2025-01-10 15:22:28 +01:00
README.md init 2025-01-10 15:22:28 +01:00
artisan init 2025-01-10 15:22:28 +01:00
composer.json init 2025-01-10 15:22:28 +01:00
composer.lock init 2025-01-10 15:22:28 +01:00
package-lock.json init 2025-01-10 15:22:28 +01:00
package.json init 2025-01-10 15:22:28 +01:00
phpunit.xml init 2025-01-10 15:22:28 +01:00
postcss.config.js init 2025-01-10 15:22:28 +01:00
tailwind.config.js init 2025-01-10 15:22:28 +01:00
vite.config.js init 2025-01-10 15:22:28 +01:00

README.md

webapp

In diesem Verzeichnis befindet sich der Programmcode für die Webapplikation zur Exploration des RDF-Datensatzes.

Inbetriebnahme

Folgend Voraussetzungen müssen erfüllt sein um die Applikation auszuführen:

Installation

Installiere Abhängigkeiten des Projekts:

composer install && npm i

Erstelle eine Kopie der Enviroment-Konfigurationsdatei und generiere den application key:

cp .env.example .env && ./artisan key:generate

Lokalen Entwicklungsserver starten

composer dev run

Lizenzen

  • Die Webapplikation ist mit dem Laravel Framework umgsetzt welches der MIT Lizenz untersteht.
  • Der Programmcode der Webapplikation ist unter der MIT Lizenz verfügbar.