Welcome to Cap Verd Dish, a web application built with Next.js and powered by Fuseki.
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
You can access this project online at Cap Verd Dish.
-
Pull the Docker image:
docker pull ghcr.io/tomdieu/capvert_dish/capverd_dish:latest
-
Run the image:
docker run -p 3030:3030 -p 3000:3000 fuseki_next
-
Access the web UI:
- Open localhost:3000 in your web browser.
To get started with Cap Verd Dish, follow these simple steps:
-
Clone this repository to your local machine:
git clone https://github.com/Tomdieu/capvert_dish.git
-
Navigate to the project directory:
cd capvert_dish
-
Build the Docker image:
docker build -t fuseki_next .
-
Run the Docker container:
docker run -p 3030:3030 -p 3000:3000 fuseki_next
-
Open your web browser and navigate to the following URLs:
- localhost:3000: Frontend interface for Cap Verd Dish.
- localhost:3030: Fuseki web UI for managing RDF data.
To access the Fuseki web UI, use the following credentials:
- Username: admin
- Password: [generated password displayed in the terminal during container startup]
This project is licensed under the MIT License - see the LICENSE file for details.