![]() |
![]() |
---|
To run this project you must first install docker, docker-compose:
- Install docker;
- Install docker-compose.
- In the backend directory, create a
.env
file similar to the one provided in the.env.example
; - In the frontend directory, create a
.env
file similar to the one provided in the.env.example
.
- Go to the root folder of the application;
docker-compose build
;docker-compose up
;- Wait for the fuseki container to be up and running (
Start Fuseki (http=3030)
message will be shown in the terminal); - In another terminal, load the ontology data by issuing the following command from the root folder of the app:
curl --location --request POST 'http://localhost:3030/ontology/data' --header 'Content-Type: multipart/form-data' --form 'data=@ontology/doid-merged.owl'
- Open your browser on
http://localhost:3000/