Hướng dẫn cài đặt - TechMaster/NodeShop GitHub Wiki

Cấu hình file config.json

1. Thay đổi password của username: postgres và port postgres trùng với thông số máy mình

2. Restore file sql vào postgres (data/dienthoai.sql)

    - Open terminal
    - Login to user postgres
    - CREATE DATABASE thanhquan6
    - Logout postgres
    - pg_restore -h localhost -p 5432 -U postgres -d thanhquan6 ~/NodeShop/data/dienthoai.sql

Chạy chương trình

npm install

node index.js

http://localhost:3002

Chạy app sử dụng nightmare

node nightmare/crawl_all.js (crawl dữ liệu điện thoại)
node nightmare/crawl_pk.js (crawl dữ liệu phụ kiện)