A location-based social media app where posts live for 24 hours. Explore your community and venture to new places to discover dropps around you. Available for iOS and Android platforms.
- Node v8+
- npm v5+
- Service account keys for Firebase and Google Cloud Storage
- Go to the Firebase console
- Click GENERATE NEW PRIVATE KEY at the bottom
- Name the file
serviceAccountKey.json
and place it to the same directory asserver.js
- Go to the Google Cloud Storage console
- Click Create credentials at the top and then choose Service account key from the dropdown menu
- Select storage-adminsdk from the dropdown menu and JSON as the Key type
- Name the file
storageAccountKey.json
and place it to the same directory asserver.js
npm install --save @google-cloud/storage
npm install
Windows issue: npm-cli.js not found when running npm
- Quick fix:
PATH="/c/Program Files/nodejs/:$PATH"
sudo npm start
sudo npm test