23 OCT 2025 - We are back! If you have been following us over the last few years, you will know that the last 2 months have been rough. We website was practically not loading. Sorry for the mess. We are back though and everything should run smoothly now. New servers. Updated domains. And new owners. We invite you all to start uploading torrents again!
TORRENT DETAILS
Node Js Building REST APIs With Sails Js
TORRENT SUMMARY
Status:
All the torrents in this section have been verified by our verification system
Node.Js: Building REST APIs with Sails.js(v1.0) Download
The complete guide to build Resful APIS with Sails.js(v1.0), Mysql, and MongoDB
What you'll learn
Build Complete Rest Apis In SailsJs Learn Authentication In SailsJs Learn how to use multiple Datastores in SailsJs Learn and Understand SailsJs in Depth
Requirements
Basic knowledge of Javascript is Important Basic knowledge of NodeJs is Important
Description
Sails.js is a JavaScript back-end framework that makes it easy to build custom, enterprise-grade Node.js apps. It is designed to emulate the familiar MVC pattern of frameworks like Ruby on Rails, but with support for the requirements of modern apps: data-driven APIs with a scalable, service-oriented architecture. It's especially good for building chat, real-time dashboards, or multiplayer games; but you can use it for any web application project - top to bottom.
Whether you’re a front-end developer seeking to expand your back-end knowledge, or a server-side developer unfamiliar with using Node and JavaScript on the back-end, the common denominator we all share is a desire to create web applications. Sails is designed to be compatible with whatever strategy you have for building your front-end, whether it be Angular, Backbone, iOS/ObjC, Android/Java, or even a “headless” app that just offers up a raw API to be used by another web service or your developer community. Sails is great for building everyday back-end apps that handle HTTP requests and WebSockets.
What can you build with Sails.js?
Hybrid Web Applications - applications that combine a JSON API with server-rendered views, that is, in addition to an API, this type of application can serve dynamic (i.e. personalized) HTML pages, making it suitable for use cases which demand SEO (search engine optimization). These applications often use a client-side JavaScript framework (e.g. Angular, Ember, React, etc.), but they don’t necessarily have to. Examples of hybrid web applications you might be familiar with are Twitter, GitHub, and Basecamp.
Pure APIs – applications that fulfill requests from one or more independent front-end user interfaces. We say independent” because the front-end doesn’t have to be delivered by the same server that is providing the JSON API, or even by a server at all. This umbrella category includes SPAs (single-page apps), native mobile applications (e.g. iOS and Android), native desktop applications (e.g. OSX, Windows, Linux), and the venerated IoT (Internet of Things). Many mobile-first products (think Uber, Instagram, Snapchat) start off as pure APIs.
So why Sails.js?
100% JavaScript Rock solid foundation Front-end Agnostic Auto generated REST APIs Use any popular database Powerful associations Standardization Realtime with WebSockets Sails generators Reusable security Policies What you will learn in this course?
What is Sails.js and Why you should use Sails.js Setting up Sails.js project from scratch Debugging Sails.js project in Webstorm Debugging Sails.js project in VS Code Debugging Sails.js project in Chrome Understanding Sails.js in Depth Datastores in Sails.js How to perform CRUD operation in Sails.js How to add relationship between models Building APIS from scratch Authentication in Sails.js
Who this course is for:
Programmers looking to learn SailsJs Developers who wants to learn REST API Development in NodeJs Developers who have researched SailsJs but have had trouble understanding some concepts
visit for more freetutorials
VISITOR COMMENTS (0 )
FILE LIST
Filename
Size
Node.Js Building REST APIs with Sails.js(v1.0)/01 Getting Setup/001 Installing Nodejs.html
1014 B
Node.Js Building REST APIs with Sails.js(v1.0)/01 Getting Setup/002 Source Code.html
2 KB
Node.Js Building REST APIs with Sails.js(v1.0)/01 Getting Setup/003 Introduction to Sails.js.mp4
2.9 MB
Node.Js Building REST APIs with Sails.js(v1.0)/01 Getting Setup/004 Creating Sails Project.mp4
3.8 MB
Node.Js Building REST APIs with Sails.js(v1.0)/01 Getting Setup/005 Understanding Sails Directory Structure.mp4
8.8 MB
Node.Js Building REST APIs with Sails.js(v1.0)/01 Getting Setup/006 Blueprints Restful Routes in Sailsjs.mp4
10.5 MB
Node.Js Building REST APIs with Sails.js(v1.0)/01 Getting Setup/007 Shortcut Routes in Sails.js.mp4
7.8 MB
Node.Js Building REST APIs with Sails.js(v1.0)/02 Debugging Sailsjs Application/008 Debugging In Webstorm.mp4
2.9 MB
Node.Js Building REST APIs with Sails.js(v1.0)/02 Debugging Sailsjs Application/009 Debugging In VS Code.mp4
1.4 MB
Node.Js Building REST APIs with Sails.js(v1.0)/02 Debugging Sailsjs Application/010 Debugging In Chrome.mp4
3 MB
Node.Js Building REST APIs with Sails.js(v1.0)/03 Datastores in Sails.js/011 Installing Mysql.html
1.3 KB
Node.Js Building REST APIs with Sails.js(v1.0)/03 Datastores in Sails.js/012 Connecting Sails.js App to Mysql.mp4
6.3 MB
Node.Js Building REST APIs with Sails.js(v1.0)/03 Datastores in Sails.js/013 Installing MongoDB.html
1010 B
Node.Js Building REST APIs with Sails.js(v1.0)/03 Datastores in Sails.js/014 Connecting Sails.js App to MongoDB.mp4
11.4 MB
Node.Js Building REST APIs with Sails.js(v1.0)/03 Datastores in Sails.js/015 Understanding Automigrate in Sails.js.mp4
9.9 MB
Node.Js Building REST APIs with Sails.js(v1.0)/04 CRUD(Create Read Update Delete) Companies/016 Module Introduction.mp4
1.2 MB
Node.Js Building REST APIs with Sails.js(v1.0)/04 CRUD(Create Read Update Delete) Companies/017 Creating model in SailsJs.mp4
2.5 MB
Node.Js Building REST APIs with Sails.js(v1.0)/04 CRUD(Create Read Update Delete) Companies/018 Challenge Create new Company.mp4
8.7 MB
Node.Js Building REST APIs with Sails.js(v1.0)/04 CRUD(Create Read Update Delete) Companies/019 Solution Create new Company.mp4
7.4 MB
Node.Js Building REST APIs with Sails.js(v1.0)/04 CRUD(Create Read Update Delete) Companies/020 AsyncAwait with Models.mp4
4.1 MB
Node.Js Building REST APIs with Sails.js(v1.0)/04 CRUD(Create Read Update Delete) Companies/021 Find All Companies.mp4
3.5 MB
Node.Js Building REST APIs with Sails.js(v1.0)/04 CRUD(Create Read Update Delete) Companies/022 FindOne Company.mp4
2.9 MB
Node.Js Building REST APIs with Sails.js(v1.0)/04 CRUD(Create Read Update Delete) Companies/023 Update Company By Id.mp4
5.7 MB
Node.Js Building REST APIs with Sails.js(v1.0)/04 CRUD(Create Read Update Delete) Companies/024 Delete Company By Id.mp4
5.9 MB
Node.Js Building REST APIs with Sails.js(v1.0)/05 Adding Relationship between Models/025 Challenge One way Association.mp4
5.9 MB
Node.Js Building REST APIs with Sails.js(v1.0)/05 Adding Relationship between Models/026 Solution One way Association.mp4
6.3 MB
Node.Js Building REST APIs with Sails.js(v1.0)/05 Adding Relationship between Models/027 Creating Jobs.mp4
21.5 MB
Node.Js Building REST APIs with Sails.js(v1.0)/05 Adding Relationship between Models/028 Find All Jobs.mp4
7.8 MB
Node.Js Building REST APIs with Sails.js(v1.0)/05 Adding Relationship between Models/029 Adding One to Many Relationship.mp4
12.5 MB
Node.Js Building REST APIs with Sails.js(v1.0)/05 Adding Relationship between Models/030 Adding Relation with Job and Company.mp4
6.6 MB
Node.Js Building REST APIs with Sails.js(v1.0)/05 Adding Relationship between Models/031 Populating Jobs with Companies.mp4
2.4 MB
Node.Js Building REST APIs with Sails.js(v1.0)/05 Adding Relationship between Models/032 Adding Many to Many Relationship.mp4
7.6 MB
Node.Js Building REST APIs with Sails.js(v1.0)/05 Adding Relationship between Models/033 Create and Find All Applications.mp4
12.1 MB
Node.Js Building REST APIs with Sails.js(v1.0)/06 Authentication in Sails.js/034 JWT Authentication Workflow.mp4
1.5 MB
Node.Js Building REST APIs with Sails.js(v1.0)/06 Authentication in Sails.js/035 Creating User Model.mp4
3.8 MB
Node.Js Building REST APIs with Sails.js(v1.0)/06 Authentication in Sails.js/036 Adding Validations.mp4
9.2 MB
Node.Js Building REST APIs with Sails.js(v1.0)/06 Authentication in Sails.js/037 Saving User to DB.mp4
2.2 MB
Node.Js Building REST APIs with Sails.js(v1.0)/06 Authentication in Sails.js/038 Encrypt the User Password.mp4
9.3 MB
Node.Js Building REST APIs with Sails.js(v1.0)/06 Authentication in Sails.js/039 Implementing Login.mp4
6.5 MB
Node.Js Building REST APIs with Sails.js(v1.0)/06 Authentication in Sails.js/040 Creating JSON Web Token.mp4
7.7 MB
Node.Js Building REST APIs with Sails.js(v1.0)/06 Authentication in Sails.js/041 Creating IsLoggedIn Policy.mp4
10.9 MB
Node.Js Building REST APIs with Sails.js(v1.0)/06 Authentication in Sails.js/042 Applying Policy to All Endpoints in Sails.mp4
3.1 MB
Node.Js Building REST APIs with Sails.js(v1.0)/06 Authentication in Sails.js/043 Understanding Policies in Sailsjs.mp4
3.6 MB
Node.Js Building REST APIs with Sails.js(v1.0)/06 Authentication in Sails.js/044 Adding Relation with Company and User.mp4
3.8 MB
Node.Js Building REST APIs with Sails.js(v1.0)/07 Bonus/045 Learn React and Redux by building real world application.html
1.1 KB
Node.Js Building REST APIs with Sails.js(v1.0)/ReadMe.txt