Application with simple REST API created with node.js and MongoDB that allows real time visualization with diagrams on html page (jQuery + Paper.js).
How to use:
- Install necessary modules - npm install
- Run server - node app.js
- Page with diagrams should appear under http://localhost:8081
- Run python script to generate random data - python generateData.py
- You can remove all records by going to http://localhost:8081/deleteAll