1 / 7

MEAN

MEAN. Server Model Controller Route --- ORM REST N ode.js, E xpress.js, M ongoDb. Client Model Controller Route View A ngular.js. Intro. Configure directory structure /server/package.json /server/config/config.js /server/app.js. Server. Client. JSON. MVC. REST. ORM.

grace
Télécharger la présentation

MEAN

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. MEAN Server • Model • Controller • Route • --- • ORM • REST Node.js, Express.js, MongoDb Client • Model • Controller • Route • View Angular.js

  2. Intro • Configure directory structure • /server/package.json • /server/config/config.js • /server/app.js

  3. Server Client JSON MVC REST ORM express.js mongoose angular.js node.js Browser mongoDb

  4. Routes

  5. /server/package.json • /server/config/config.js • /server/app.js • Intro • Server • Model in mongoose and node.js • Controller CREATE in mongoose and node.js • Route CREATE in node.js • Controller RETRIEVE in mongoose and node.js • Route RETRIEVE in node.js • Controller UPDATE in mongoose and node.js • Route UPDATE in node.js • Controller DELETE in mongoose and node.js • Route DELETE in node.js • Services factory in angular.js • Controllers in angular.js • Routes in angular.js • Views in angular.js • Debugging • /server/app/models/books.js • /server/routes/books.js • /client/javascripts/services.js • /client/javascripts/controllers.js • /client/javascripts/app.js • /client/partials/book-list.html • /client/partials/book-detail.html

  6. books • author • title • description • modificationDate

  7. Data validatie • Database (index) • Model (mongoose) • Applicatie (node.js) • Client (html5 validatie)

More Related