Results for "mongoose tutorial"

Blogs

    • enRaiser

      keystoneJS advanced shopping cart

      In the previous tutorial we just created an end to end framework. bu...to product model in previous tutorial is not sufficient. The Order...ike discount and quantity. mongoose addresses real life complexities The mongoose documentation for schematype&...

      • enRaiser

        keystoneJS simple shopping cart part1

        In this tutorial, I am  going to teach, how you can build a simple shopping cart using keystone.JS. ...ake sure the first letter is capital and don't use plural name. because mongoose automat...

      • +2 more Blogs

      Tags

        • enRaiser

          keystoneJS advanced shopping cart

          In the previous tutorial we just created an end to end framework. but in real world there are some chalenges to be addressed. (1) in an order customer may like to include more quantity of same product.  (2)The price of product may change. Thus the price  when order is made is rele...

          Tags: Kkeystone.js, KeystoneJS, KeystoneJS tutorial, mongoose tutorial, shopping cart, keystone.js ecommerce, keystonejs examples, KeystoneJS complex model, KeystoneJS deep relation

          • enRaiser

            keystoneJS simple shopping cart part1

            In this tutorial, I am  going to teach, how you can build a simple shopping cart using keystone.JS.  (1)Add models.   Creating model is equivalent to creating tables in Mysql. Lets create two model. A product and a Order. Make sure the first letter is capital and don...

            Tags: keystone.js, KeystoneJS, tutorial, mongoose tutorial, shopping cart, keystone.js ecommerce