/ember-shopping-cart

Epicodus: Ember Practice implementing services

Primary LanguageJavaScript

Ember Shopping Cart

Ember Practice, Week 4 of Epicodus Javascript, 4.6.2016

By Mary Warrington and Mike Schennum

This project is built in Ember and is an ecommerce site. From the admin panel, an admin can manage inventory (add, delete, etc.). From the user side, users can shop and add items to their shopping cart. The cart is not fully functional, nor secure, and does not allow for an actual checkout to occur.

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone this repository
  • change into the new directory
  • npm install
  • bower install

Running / Development

Known Bugs

  • No Known bugs, but this app is not fully functional.

Contact

If you have any questions, concerns, or feedback, please contact the author through gitHub.

License

MIT License.

Copyright (c) 2016 Mary Warrington and Mike Schennum