This is a simple NFT market Place Project to create and buy NFT.
you need to have an account of Infura and get a projectId from it and Add it in .env as projectId='your project ID'
also use privateKey from of your testing account and paste in .secret file in Root
Now try it locally you need to run
npx hardhat node
npx hardhat run scripts/deploy.js --network localhostafter running above command you get two ID for nftaddress and nftMarketAddress copy & paste respectively in config.js
and now Run
npm run dev