Skip to content

Latest commit

 

History

History

backend

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Pathfinder Backend

Install dependencies

npm install -g yarn
yarn install

Copy .env to ./backend/.env

.env includes credentials for mailing server.

Start GraphDB

 docker run -p 7200:7200 -d --name graphdb --restart unless-stopped -t ontotext/graphdb:10.0.2 --GDB_HEAP_SIZE=6G -Dgraphdb.workbench.maxUploadSize=2097152000

Start MongoDB

docker run --name mongo -p 27017:27017 --restart unless-stopped -d mongo:latest

Start Backend

yarn start

Allow Self-Signed Localhost certificate

Enable chrome://flags/#allow-insecure-localhost

Then reboot chrome.