Node.js
Express.js
Typescript
Redis
React.js
Typescript
git clone https://github.com/MdSazzadIslam/blockchain-app.git
open the project in vs code or any editor of your favorite
cd backend
npm install
npm run dev
npm run test
npm run build - for production
cd frontend
npm install
npm start
npm run test
npm run build - for production