Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 1.91 KB

README.md

File metadata and controls

42 lines (25 loc) · 1.91 KB

Steps to get the API keys

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.

3. Copy the Project id and the API key and paste it inside the .env file.

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:hacktoberfest@cluster0.pvq1ns2.mongodb.net/?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.


Available Scripts

In the project directory, you can run:

npm run dev

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.