We are using Infura's IPFS API and its dedicated gateway to connect seamlessly and reliably to the IPFS network. Therefore we need the required API keys from their website.
Lets grab the API keys...
1. Sign-up and log in to infura.io. After logging in, go to your dashboard.
2. Click on the Create New Key button on the top right corner. Choose IPFS as network and provide a name to your key.
4. Follow the steps of client/README.md and copy the SECRET Key from the 3rd step and paste it inside the .env file.
In the project directory, you can run:
Runs the express server in the development mode using nodemon.
Open http://localhost:8080 to view it in your browser.
You can change the PORT number from the .env file too You may also see any lint errors in the console.