Repo to hold the code for the Graph DB used by TM 4.0
To run this code
- install node
- clone this repo
- cd into the cloned folder
- run npm install
- npm start
- open http://localhost:1332/data in your browser
if you want to make live changes to the code use
'''npm run dev'''
