Following commands will be of utmost importance while cloning the repository
npm i
npx hardhat node
npx hardhat run src/backend/scripts/deploy.js --network localhost
npm run start
Change directory to server
cd src/server/
npm i
node index.js
- For sending sms, firstly create your API Key on https://www.twilio.com/docs/sms .
- Create your mongoDB cluster on https://www.mongodb.com/ .