Synopsis

WineN is an ecommerce platform group project developed with the MEAN stack in a week. We used the agile methodology and wrote tests first for all routes/models while we pair programmed through the entire project.

It has most functionality/business logic linked to ecommerce platforms, complete with the admin functionality. Upon order checkout, products are removed from the inventory. Orders are persistent, and future changes to product prices don’t affect previous orders/receipts.

You can find a copy of the live app on Heroku at https://winen.herokuapp.com, and the repository at https://github.com/dkstevekwak/WineN.

Features:

  1. Cart Sessions
  2. Cloud Cart Syncing
  3. Recommendations Engine
  4. Client (AngularJS) + Server (Node.js) side role based authentication

Tools used:

Gulp, AngularUI Router, Lodash, Chai, Mongoose, Heroku, Bootstrap, MongoDB, ExpressJS, AngularJS, and Node.js.