Basic NFT Marketplace end to end

This code is for the Tutorial Build your own NFT Marketplace from Scratch built by alchemy.com

To set up the repository and run the marketplace locally, run the below

git clone https://github.com/kongtaoxing/NFT-Marketplace
cd NFT-Marketplace
npm install
npm start