Skip to content

ntnu-informatikk-2021/SDG-ontology-visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.