Skip to content

Latest commit

 

History

History
56 lines (48 loc) · 948 Bytes

README.md

File metadata and controls

56 lines (48 loc) · 948 Bytes

angular-e-shop

An Ecommerce Application

Features:

  • Category
  • Search
  • Filter
  • List
  • Product Details
  • Cart
  • Checkout
  • Order Confirmation

Theme

https://blackrockdigital.github.io/startbootstrap-shop-homepage/#

Technology Stack

  • Mongo DB -- Mongoose
  • Node.js -- Express
  • AngularJS -- Custom Directive -- UI Router -- Custom Filter
  • GIT
  • Bower
  • NPM

GIT

  • git clone [URL] //Download code into local repository
  • git status //Know changes done on local
  • git add file[-A] //Add your local changes to git
  • git commit -m"Msg" //Commit you changes for publish
  • git push origin master // Publish changes to remote directory
  • git checkout file/branch //Reset my local changes on that file

Bower

  • bower init
  • bower install pkgname
  • bower update pkg@v12.2

NPM

  • npm init
  • npm install

Week 1

Infrastructure Setup & Project Setup

Installation

  • Node.js
  • MongoDb
  • Express
  • Anugular
  • Theme
  • Bootstrap