This API returns a list of transactions to fraud officers.
GET /api/transactions?transactionId={transactionId}&confidenceLevel={confidence} to get the list of transactions
Currently deployed at https://retail24-transactions.herokuapp.com/
To run the code locally:
-> cd Retail24Transactions
-> npm install
-> npm run start-local
MongoDB is hosted in the cloud. No extra dependencies required.