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.
5. For the MongoDB server, we have already created a test server for the development purpose. Copy the string below and paste it inside the .env file.
mongodb+srv://storz-dev:[email protected]/?retryWrites=true&w=majority
Also, you are free to create your own MongoDB server if required.
⚠️ If you don't have a credit card and unable to generate the API keys from Infura, join our Discord and DM an admin to get the keys.
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.