This project is an api-rest developed in nodeJS, where it will consume data from mongoDB.
- Clone the repo
$ git clone git@github.com:alejandroaperez1994g/rest-api-firebase.git
- Install dependencies
$ npm install
- 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