Backend REST API server for TxTag
Endpoints documentation can be found here.
npm i
to install dependencies.
node index.js
to serve.
Database credentials and JWT key can be changed in the .env file.
Run `npm test` to execute testsBackend REST API server for TxTag
Endpoints documentation can be found here.
npm i
to install dependencies.
node index.js
to serve.
Database credentials and JWT key can be changed in the .env file.
Run `npm test` to execute tests