Skip to content

Express API deployed with Firebase Cloud Functions

Notifications You must be signed in to change notification settings

GarudaHacks/web-be

Repository files navigation

Garuda Hacks 6.0 Web Back-End

This repository contains Cloud Functions for Firebase, written in TypeScript.

Setup

Prerequisites

  • Node.js 20+
  • Firebase CLI installed (npm install -g firebase-tools)
  • A Firebase project set up

Installation

npm install

Environment Variables

Create a .env file and add your environment variables as needed.

Development

Lint

npm run lint

Build

npm run build

Watch Mode

npm run build:watch

Serve Locally

npm run serve

Firebase Shell

npm run shell

Deployment

npm run deploy

Logs

npm run logs

About

Express API deployed with Firebase Cloud Functions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published