Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 566 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 566 Bytes

TxTag-Api

Backend REST API server for TxTag

Documentation

Endpoints documentation can be found here.

Build

npm i to install dependencies.

Serve

node index.js to serve.

Preferences

Database credentials and JWT key can be changed in the .env file.

Running tests

test

Run `npm test` to execute tests