A tool for visualizing ontologies related to UN's sustainable development goals
- Clone the repo
- Run
yarn
in both backend and frontend folders - 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.
- Run
yarn start
both in frontend and backend folders to start both the web application as well as the Express server.