- Overview
- Transcript
1.1 Introduction
Welcome to Sails.js From Scratch. In this lesson I'll tell you a little about the course and what you can expect to have built by the end of it.
1.Introduction3 lessons, 11:27
1.1Introduction01:26
1.2About Sails.js02:34
1.3Setup07:27
2.Sails.js From the Front-End2 lessons, 20:07
2.1Serving Static Assets08:25
2.2Switching From LESS to Sass11:42
3.Sails Blueprints2 lessons, 13:34
3.1Shortcut Routes07:40
3.2Restful Routes05:54
4.Building the Back-End7 lessons, 58:40
4.1Moving to MongoDB07:12
4.2Working With Models14:58
4.3Working With Controllers06:12
4.4Configuring Middleware10:10
4.5Working With Routes05:47
4.6Rendering Server Views06:09
4.7Policies and Responses08:12
5.Additional Techniques2 lessons, 09:55
5.1Hooking Into the Bootstrap Process06:29
5.2Exposing the Event API03:26
6.Conclusion1 lesson, 01:28
6.1Conclusion01:28
1.1 Introduction
Hi, folks, Sails.js is a powerful mvc web framework for node js that takes the pain out of developing modern, full stack JavaScript web applications. It enables rapid development by automatically creating and actions that allow us to quickly add data to work with while we build the app, and comes with a range of features, like a powerful database abstraction, and fully configured front end acid pipeline. My name is Dan Wellman. Welcome to Sails.js From Scratch from all of us here at Tutsplus. I'm going to be presenting the course and running the examples using a Windows computer. Don't worry if you don't have a Windows computer, all of the software we'll be using is compatible with Mac and Linux OSs also. During the course we'll build a simple dashboard that allows us to view telemetry data that some other application might be sending. We'll start out on the front-end and look at working with static acids and the grump based acid pipeline. We'll then move on to look at the different blueprints that sales adds for us when we start to create the back-end of the application. We'll also learn about sales default, no SQL database and how to switch to MongoDB. Later in the course, we'll build a simple authentication system that allows registered users to log in to the dashboard. We'll see how is work with customer middleware in order to salt and hash passwords and how to secure controllers with policies. Let's move on to the next lesson and get everything set up and ready to start building our application. Thanks for watching.