/tx_api

NodeJS Express API demonstrating transactions using MongoDB 4

Primary LanguageJavaScript

Transaction API

API demonstrating MongoDB 4 transactions. Create wallets/accounts, credit and debit.

JWT passport authentication included.

Requires MongoDB 4.

Client side dashboard app here.

To run

Run a MongoDB 4 replica set:

run-rs --version 4.0.0

Clone the repo and run:

npm install

then

npm start