Ensure node is installed globally prior to setup
In terminal navigate to project root directory and run following commands to install the dependencies:
- Run
npm install
Run npm run start to start the server.
Navigate to http://localhost:5000/v1/samples to access the api.
Run yarn run start:local to start the server.
Navigate to http://localhost:5000/v1/samples to access the api locally.
TBD