项目作者: TechMaster

项目描述 :
Shopping Site using Node.js, Express, Elastic Search
高级语言: JavaScript
项目地址: git://github.com/TechMaster/NodeShop.git
创建时间: 2017-04-27T05:01:16Z
项目社区:https://github.com/TechMaster/NodeShop

开源协议:

下载


Product Template

usage

  1. npm install

Run

  1. node index
  2. http://localhost:3002

Linh Updates

8-12/05/2017: User authentication: use Bcryptjs for hashing passwords

  1. Plain local: send sign up and log in requests and then validate directly with database
  2. User authentication for thanhquanmobile: 2 versions with plain local and passport-local

15/05/2017

  • Simple text search for search bar
  • Order management: insert successful order to database table (orders and detailed_orders)
  • Remove session cookies and cart after submitting order

16/05/2017

  • Update thanh-cong.html: display customers order detail
  • Display orders from databse in admin page
  • Change detailed_orders table to include product name and product type id -> display info in admin panel more easily

17 - 18/05/2017

  • Show sales, inventory data in charts
  • Display users, products in admin panel

19/05/2017

  • Accessory routing
  • Add phone column to user_account table - update table, change sign-up form
  • Add edit-user and edit-user-pass post requests which allow users update info and change password in tai-khoan.html