/node-butler-backend

backend code for node-butler

Primary LanguageJavaScript

Node Butler (backend).

Backend server for Node Butler.

Steps to run the project:

  • Run the local mongodb database. (sudo systemctl start mongod)
  • Run the 'db-manager' task (npm run dbManager). This verifies the data in the local database and runs a recursive task to fetch data from the ICON blockchain and update the local database accordingly.
  • Run the REST API. Gets data from the local mongodb database and serves this data to the clients via a REST API.