Book Image

Node.js Projects [Video]

By : Fernando Monteiro
Book Image

Node.js Projects [Video]

By: Fernando Monteiro

Overview of this book

<p><span id="description" class="sugar_field">Node.js is the most popular framework to create server-side applications with, be it web, desktop, or mobile. Covering a wide variety of applications from simple to complex responsive ones, this course will show you how you can create applications from scratch using Node.js 6.X. </span></p> <p><span id="description" class="sugar_field">While building these applications, we’ll employ several other frameworks and you’ll get a solid understanding of how to integrate and use other frameworks in tandem with Node.JS 6.X. You’ll create a data intensive application with MongoDB, use AngularJS to create a front-end application, and utilize Bootstrap to create a truly responsive web app. We will also show you how to use socket frameworks with your Node.js applications.</span></p> <h1><span class="sugar_field">Style and Approach</span></h1> <p><span class="sugar_field">This video takes a project-based approach, where every project will build up your Node.js skillset. By the end of the video, you will be able to create your own server-side applications using Node.js.</span></p>
Table of Contents (5 chapters)
Chapter 2
Building a Basic Website Using MySQL Database
Content Locked
Section 8
Adding Style, Routes, and a Controller to the Application
With the help of this video, we will style our example application. We will also edit our application file to add routes and controller to it. - Add a few lines of CSS to stylize our application - Run the application file after adding the route and the controller