In this very first tutorial, we are going to give you a brief introduction of what we are going to create and do the installation…
In the previous chapter, we did the installation of our project and Node JS server. In this chapter, will setup Vue JS single-page application. Video…
In the previous chapter, we set up our Vue JS app. In this chapter, we are going to set the routing of our application. Routing…
In this chapter, we will do the “Hello world” of our project. By “Hello world” we mean the basic setup of the front-end of the…
In this chapter, we will add the register feature to our app. First, we will be creating an API that will receive the values from…
To get authenticated user’s data, we will be sending the stored access token from local storage to the API using headers. So how can we…
In this chapter, we will add, view, and delete contacts. You can add any user to your contact by entering their email address. Once that…
In this chapter, we will learn how to fetch all contacts from Mongo DB using Node JS and view them in the Vue JS app.…
In the previous chapter, we displayed all the contacts of the logged-in user. The next thing we need to do is to allow users to…
We raise this concern in the previous chapter, that you need to refresh the page to see new chat messages. In this chapter, we will…
Right now, you have noticed that you are only able to view the last 30 messages. This is because, in the twelfth chapter, we are…
In this article, we will deploy our Node JS API on Heroku, database on Mongo DB, and Vue JS app on our own hosting. It…