Skip to content

Tomdieu/capvert_dish

Repository files navigation

Cap Verd Dish

Welcome to Cap Verd Dish, a web application built with Next.js and powered by Fuseki.

Overview

Cap Verd Dish is a project aimed at showcasing the rich culinary heritage of Cape Verde through an interactive web interface. This project leverages the power of Next.js for frontend development and Fuseki for managing RDF data.

The queries are found in actions/query.tsx. Otology found in ontology/cap_vert_dishes.owl

Test Live

You can access this project online at Cap Verd Dish.

Using the Docker Image from GHCR

  1. Pull the Docker image:

    docker pull ghcr.io/tomdieu/capvert_dish/capverd_dish:latest
  2. Run the image:

    docker run -p 3030:3030 -p 3000:3000 fuseki_next
  3. Access the web UI:

Getting Started

To get started with Cap Verd Dish, follow these simple steps:

  1. Clone this repository to your local machine:

    git clone https://github.com/Tomdieu/capvert_dish.git
  2. Navigate to the project directory:

    cd capvert_dish
  3. Build the Docker image:

    docker build -t fuseki_next .
  4. Run the Docker container:

    docker run -p 3030:3030 -p 3000:3000 fuseki_next
  5. Open your web browser and navigate to the following URLs:

Fuseki Web UI Login

To access the Fuseki web UI, use the following credentials:

  • Username: admin
  • Password: [generated password displayed in the terminal during container startup]

License

This project is licensed under the MIT License - see the LICENSE file for details.