Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 923 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 923 Bytes

Data Mapping Tool

This repository is the fronted part of the Data Mapping Tool Project. This part uses React.js + Typescript to develop the user's visual interface to interact with our API. Furthermore, the project aims to make the process of mapping data using a single ontology or multiple ones. In our case, the the project uses the BIGG ontology as background.

image

Getting Started

Prerequisite

  • npm 8.1.0 or latest
  • node 16.13.0 or latest

Install Dependencies

To install all the dependencies of the project, you should run the following command:

npm install

Run Project

npm start

File format: .env

REACT_APP_API_URL=http://localhost:8080
REACT_APP_DEFAULT_ONTOLOGY_ID=<str:id>
WDS_SOCKET_PORT=0