anandubajith / nitc-hostel-dues

Hostel dues retriever of NIT Calicut

Home Page:https://nitc-hostel-dues.web.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

     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

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

About

Hostel dues retriever of NIT Calicut

https://nitc-hostel-dues.web.app

License:GNU General Public License v3.0


Languages

Language:HTML 66.0%Language:JavaScript 34.0%