/SDG-ontology-visualizer

Visualizing SDG ontologies

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

SDG Ontology Visualizer

A tool for visualizing ontologies related to UN's sustainable development goals

Netlify Status

CI

Deployed project

How to setup

  1. Clone the repo
  2. Run yarn in both backend and frontend folders
  3. Create a file named .env in the backend folder and paste your credentials as well as the IP of the server running GraphDB with port 7200. The structure of your .env file can be copied from .env.example.
  4. Run yarn start both in frontend and backend folders to start both the web application as well as the Express server.