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 install
For running the app, you need to run the
npm run start
For running dev-version of the app, you need to run
npm run dev
The 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.