A demo project showing how to use the REST functionality of Quant-UX
To get the Node server running locally:
- Clone this repo
npm install
oryarn install
to install all required dependenciesnpm run start
to start the local servernpm run test
to excute the test casesnpm run build
to build the project.