In this post we are going to secure our NodeJS API’s with customized security token generated by logged user and HTTP actions. How it Works: Let’s take a quick look on how the work is going to be done. Generating a customized token by each HTTP request. Pass it through request header(x-access-token) Server extract the token from each […]
Category: NodeJS
Learn About MEAN Stack
MongoDB, Express, AngularJS, Node.js abbreviated as MEAN, these are development pack by all Javascript. In this sample we are going to use MSSQL Server instead of MongoDb. With this application sample we can create a new user, show all the user, modify user data & also can able to delete the user through API build with Express from […]
Basic Templating NodeJS
Previously we learnt about how to simply starting up with nodejs & implementing package manager. Below link you can have an overview on startup NodeJS. Startup NodeJS Package Manager NodeJS Now we are going to explore basic single page templating with angular ui routing. Table of Content: Creating Layout Page Implementing Angular UI Routing Using Partial Views Let’s […]
Package Manager NodeJS
In this post we are going to explore how to manage front-end dependencies with NodeJS sample web application using Visual Studio 2017. Topics: Install NPM Task Runner for VS 2015/2017 Install Bower – Manage front-end dependencies Install Gulp – Front-end build tools