Node Api Rest Firebase

Description

This project is an api-rest developed in nodeJS, where it will consume data from mongoDB.

Installation

  • Clone the repo
$ git clone git@github.com:alejandroaperez1994g/rest-api-firebase.git
  • Install dependencies
$ npm install

Usage

  • Create an .env file and fill it with the firebase-admin credentials, plus the port of convenience, otherwise port 4000 will be used by default.
  • Run de following command
$ npm run dev