Application Folder - app
Frontend created using - React and Truffle Drizzle - app/client
Backend created using - Node, Express and Postgres (with Event Listener and call reset) - app/node-postgres
Deployed and tested in local develop network created with Truffle
cd app
truffle develop
compile
migrate
test
Disable MetaMask Wallet before starting the app
cd app/client
npm start
Change app/node-posgres/db.js
file
Change the contractAddress = 0x9c94B4fa4770ce4Ef8517994AB1EEa3Fb0BF963C
line in index.js with the deployed contract address from truffle
cd app/node-postgres
nodemon index.js