/hitk-notice-backend

Backend for notice app for my college. Contains cloud functions written in JS.

Primary LanguageJavaScript

HOW TO DEPLOY

npm install
gcloud init
gcloud functions deploy getNotices --runtime nodejs10 --trigger-http --allow-unauthenticated 

See config.js for environment variables.