In this course you learn to install and configure Node.js with the Express framework. Send JSON data along with status codes from a web API. Understand how to pass parameters to a web API. Develop routes within separate modules. Build a CRUD class and establish routes. Learn to manage exceptions effectively.
This course guides you through building a website from scratch. You are going to create a website using Node.js and the Express Framework. The Express Framework makes website development easier than using Node.js by itself. You will use the JavaScript and the Handlebars templating engine to help you generate dynamic web pages.
In this course you learn to install and use SQL Server with Express.js. You will build a set of APIs to retrieve all data, and search for a subset of data, from a SQL Server table. You will also learn to INSERT, UPDATE, and DELETE data from a SQL Server table.