HomeArchive by Category "Express"
Posted in Back-End & Database, Express, NodeJS

Firebase Function Rest Endpoint With Node/Express

Installation Before we commence, we will need to setup firebase on our local machine environment and we can easily do this by following the steps listed below: 1. Install the Firebase CLI via npm by running the following command: npm install -g firebase-tools2. Sign into Firebase using your Google account by running the following command: firebase login3. […]

Posted in Back-End & Database, Express, GraphQL

GraphQL Express JS Getting Started Part1

In this blog post we will start using graphql using expressjs. I have been working with REST API’s for a very long time so, these blog posts would be learning graphql but in context of rest api as well. To start of, do the following https://graphql.github.io/graphql-js/ https://graphql.github.io/graphql-js/running-an-express-graphql-server/ After the first step is done, you should […]