A web application for visualizing and exploring semantic
data and ontologies. This project enables users to upload ontology files and visually navigate complex semantic relationships through an intuitive interface. Developed as the final project of the Web Programming course at FCSE-Skopje.
Key features include interactive graph visualization, search capabilities, and support for standard semantic web formats. Built with modern web technologies to provide an accessible way to understand and work with semantic structures.
π§βπ» Developed by
Stefan Tagarski and David Hristov.
This project consists of:
- π§ Backend (Java Spring Boot β Port 8080)
cd backend ./mvnw spring-boot:run On Windows, use mvnw spring-boot:run instead.
- π Frontend (React + Vite β Port 5173)
cd frontend npm install npm run dev
Ensure the following are installed on your system: