We are using Node.js stack for creation this beatiful app.
express and express-handlebars create the architecture base for the MVC-application.
Before you need to run
npm installFor running the app, you need to run the
npm run startFor running dev-version of the app, you need to run
npm run devThe app works as a facade-app for the api and the blockchain-prototype, it gathers all the data together and renders it with using of handelbars to markup. The app works on the top of MVC-architecture.