Arc-API - Node Backend for Archer Public
Start instructions:
- Install stardog: https://www.stardog.com/
- Navigate to the /bin folder of your stardog distribution then:
- Run: stardog-admin server start
- Run: stardog-admin db create -o search.enabled=true -n myDB
- To start elasticsearch and kibana (if needed):
- navigate to the root directory of the repo
- run: (sudo if needed) docker-compose up
- To start the app run:
- yarn install
- yarn start
- To load sdn.json:
- navigate to the /loaders/ofac directory
- run 'node index.js'