项目作者: anandubajith

项目描述 :
Hostel dues retriever of NIT Calicut
高级语言: HTML
项目地址: git://github.com/anandubajith/nitc-hostel-dues.git
创建时间: 2019-08-20T07:36:38Z
项目社区:https://github.com/anandubajith/nitc-hostel-dues

开源协议:GNU General Public License v3.0

下载


NIT-C HOSTEL DUES

Screenshot August

Setup

  1. Install NodeJS and NPM

  2. Install and login to Firebase CLI

  3. Clone the repository and cd into it

    1. git clone git@github.com:anandubajith/nitc-hostel-dues.git && cd nitc-hostel-dues
  4. Install dependencies for cloud functions npm --prefix functions install

  5. Take note of OneSignal credentials by going to OneSignal > Settings > Key & IDs

  6. Setup OneSignal credentials for Cloud Functions

    1. firebase functions:config:set onesignal.app_id="<ONESIGNAL_APP_ID>" onesignal.api_key="<ONESIGNAL_API_KEY>"
  7. Deploy the project using firebase deploy