nirajprakash / nestjs-firebase-function

Check simple serverless REST API using Firebase Functions + NestJs in TypeScript.

Home Page:https://nirajprakash.github.io/

Repository from Github https://github.comnirajprakash/nestjs-firebase-functionRepository from Github https://github.comnirajprakash/nestjs-firebase-function



Serverless REST API build with Firebase Functions, Nestjs, Node Mailer and TypeScript

NPM Version Package License


Description

This is a simple contact API that is connected with my portfolio website.


Requirements

  • NodeJS
  • You will need a Firebase project and firebase tools cli
npm install -g firebase-tools

Installation

$ npm install

Configure

  • Change .firebaserc with your firebase project id.

  • create config.json file inside src/config. For example see config-example.json.

  • Add Email Credential in config.json file.

  • Add Google Recaptcha v3 server key in config.json file.


Running the app

# for running
$ npm run start

# deploy on firebase
$ npm run deploy

License

MIT licensed.

About

Check simple serverless REST API using Firebase Functions + NestJs in TypeScript.

https://nirajprakash.github.io/

License:MIT License


Languages

Language:TypeScript 93.1%Language:JavaScript 6.9%