Skip to content

A starter repository for start a Nest API project and host it with Firebase Cloud Functions.

Notifications You must be signed in to change notification settings

rustamli/nest-js-firebase

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nest

This is a starter repository for who wants to start a Nest API project and host it with Firebase Cloud Functions.

Prerequisites

First of all, you need to set the Firebase project inside .firebaserc, to do so just replace <project-id>. Then, you need the following tools installed globally.

How it works

  • To build the app $ npm run build
  • To run the server $ npm run serve
  • To run the server for development $ npm run serve:dev
  • To deploy it to Firebase $ npm run deploy

Problems

If you have problemas, read this artlice about making this repository, which have some troubleshooting tips.

About

A starter repository for start a Nest API project and host it with Firebase Cloud Functions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 81.4%
  • JavaScript 9.6%
  • TypeScript 9.0%