Docker Compose Nodejs Express – Part 2
This is in continuation of our previous blog, where we deployed a simple app using docker. In this blog, we will see how to use docker-compose and whats the purpose of the same.
Our Company Blog
This is in continuation of our previous blog, where we deployed a simple app using docker. In this blog, we will see how to use docker-compose and whats the purpose of the same.
In this post we will see simple steps to get started with setting up a nodejs app in docker.
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. […]
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 […]
In this blog post we will see how to integrate passportjs with express
In this blog post we will see how to handle multipart data/file uploading with expressjs. Save files to mongodb using GridFS and rending files.
In this blog post we will see how to creating custom middleware for your application.
In this blog post we see how to use nodemailer library to send out emails from your express project. We will also see how to integrate handlebar to organize our email template and make it easier to send out emails.
In this blog post we will see more advanced usage of handlebar template engine with express
In this blog post we will look into express “views” and how to apply different template engines.