To run the code locally:
npm install
npm start
GET /status
POST /reversion
An example post request body can be found in /examples
.
Further documentation on API integration is available: https://github.com/allishultes/Labs-SE-Exercise/wiki/Api-Integration.
To test the code locally:
npm run test
Tests are currently incomplete.