iolufemi / Express-REST-API-Generator

Express REST API Generator is an Express Based API skeleton. A template for starting projects with express as an API. This project can be used for creating a RESTful API using Node JS, Express as the framework, Mongoose to interact with a MongoDB instance and Sequelize for support of SQL compatible databases. Mocha is also used for running unit tests in the project.
https://iolufemi.github.io/Express-REST-API-Generator/
GNU General Public License v3.0
145 stars 36 forks source link

How to add firebase to this boilerplate? #41

Open kmvsingh007 opened 4 years ago

kmvsingh007 commented 4 years ago

This is a great boilerplate to start. Now I want to connect and use firebase. So how to achieve it?

iolufemi commented 4 years ago

You can add Firebase support to the database service. Add the unit tests and create a pull request.