ZRTECH SOLUTIONS

Difference Between MongoDB and Mongoose: Synopsis

Just like any other comparison guide, this one on the difference between MongoDB vs Mongoose begins with a crisp synopsis. MongoDB MongoDB is a document-oriented database management system that stores data in the form of BSON documents. It is a NoSQL also known as a Not-only SQL type database allowing users to store gigantic amounts […]

MongoDB vs Mongoose – A Quick Overview

MongoDB vs Mongoose – A Quick Overview MongoDB Mongoose Database management system Object document mapper Stores giant amounts of data Manages relationships between data Supports multiple languages Works only with MongoDB Stores collections in the database Defines schema for collections

How to connect mysql database in node js with example?

Node.js is very popular in Todays for make chat system, real-time notification, real-time developing etc. So, Today, I am going to give you very simple example of How to use MySQL Query in Node JS. If you use node.js then you can see how it is work and there are several driver for different task […]

Solved Issue – “/usr/bin/env: ‘node’: No such file or directory”

Solved Issue – “/usr/bin/env: ‘node’: No such file or directory”

In this post I want to share one issue that I fetch. When I started working on my react js project first time on my ubuntu 16.04, I installed npm and then after I run bellow command: npm install -g create-react-app this way I installed create-react-app then after I created new command using create-react-app commands, […]

Node JS Convert Image File to Base64 String Example

In this example, you will learn node js convert image file to base64. you will learn node js convert base64 string to image. you can see node js image to base64 string convert. step by step explain how to convert image to base64 in node js. I will give you simple solution with full example […]

How to connect mysql database in node js with example?

This post will give you example of node js make http post request. this example will help you node js post request parameters. you can see how to call http request in node js. if you have question about node axios post request example then i will give simple example with solution. So, let’s follow […]

How to Create PDF File in Node JS?

Here, i will give you simple example of how to generate pdf file in node.js. we will use pdfkit npm package to create pdf file. you can follow bellow step and see creating new pdf file with text and image. Step 1: Create Node App run bellow command and create node app. mkdir my-appcd my-app […]

How to Move File in Folder using Node JS?

Here, i will show you how to works how to move file in node js. Here you will learn node js move file if exists. you’ll learn node js move files in folder. i would like to share with you node js move file sync. Follow bellow tutorial step of node js fs move file […]

Pm2 yarn start server | deploy yarn app using pm2 Example

Here, i will show you how to works deploy yarn app using pm2. this example will help you pm2 yarn start keep run app. i explained simply step by step pm2 yarn start forever. We will look at example of pm2 start yarn script. Let’s see bellow example pm2 deploy yarn app. few days ago […]

How to Create Route in Node JS Express JS?

In this tute, we will discuss how to create route in node js express js. you’ll learn node js express routes example. you will learn node js simple route example. We will look at example of express js routing example. Here, Creating a basic example of node js routing example express. In this example, i […]