- Install latest lts (current 10.15.3) version of Node.js and npm
- Clone repository
git clone https://github.com/cinic/stsl-api.git
- Run app
npm start
- Visit http://localhost:3009/symbols/a
- Try curl
curl http://localhost:3009/symbols/aapl curl http://localhost:3009/symbols/1
- Install npm dependencies
npm i
- Run tests
npm run test