Administration of COVID-Bouncer
The app is a Vue.js app. For this hackathon we wanted to try two main technologies:
- Vue.js
- Google Firebase to persist data
npm install
npm run serve
npm run build
npm run lint
You have to add .env
file in the root directory having following environment variables:
VUE_APP_FIREBASE_API_KEY="API-Key"
VUE_APP_FIREBASE_AUTH_DOMAIN="xxxx"
VUE_APP_FIREBASE_DATABASE_URL="xxx"
VUE_APP_FIREBASE_PROJECT_ID="xxx"
VUE_APP_FIREBASE_STORAGE_BUCKET="xxxx"
VUE_APP_FIREBASE_MESSAGING_SENDER_ID="xxx"
VUE_APP_FIREBASE_APP_ID="xxxx"
VUE_APP_FIREBASE_MEASUREMENT_ID="xxxx"
You will get the values if you create a web application for Google Firestore.
npm install -g firebase-tools
firebase login
https://www.youtube.com/watch?v=a-0W40NM0dI
npm run test-deploy
npm run deploy