Back to Browse

Loopback with Angular and MongoDB #1

21.1K views
Nov 19, 2017
35:06

my udemy course https://www.udemy.com/angular-loopback-build-complete-website-from-scratch/ Best Angular JS Book: http://amzn.to/2iSzCHX Best Angular 5 Book: http://amzn.to/2iQFMIk Donate Us: http://paypal.me/tipawais Loopback is one of the most widely used node framework for creating rest full apis and proper interface for managing those apis. This tutorial will teach you what is loopback, how to use it with angular and how to connect mongodb with it. Following commands are used in this tutorial. npm install -g loopback-cli lb navigate to project folder and run 'node .' lb model (to add new model) node . edit files in middleware.json add .bowerrc file bower install angular angular-resource bootstrap edit index.html file localhost:3000/index.html create js folder in client lb-ng server/server.js client/js/lb-services.js lb acl to install mongo connector with loopback: npm install --save loopback-connector-mongodb lb datasource mongoDS --connector mongoDB Learn Complete Angular 4: https://www.youtube.com/playlist?list=PLz5rnvLVJX5VQZdTz4MTE52aKto-MoPwB Want to learn Angular JS 1? https://www.youtube.com/playlist?list=PLz5rnvLVJX5Xd__2W3yKI1dXtoix6yQx1 Join facebook group: https://www.facebook.com/groups/996305460498149/

Download

1 formats

Video Formats

360pmp440.6 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

Loopback with Angular and MongoDB #1 | NatokHD