Last active
July 9, 2017 07:39
-
-
Save mattn9x/2785f42fdb5a25a1a0cbcf15ec9bc7df to your computer and use it in GitHub Desktop.
Revisions
-
manhnguyen revised this gist
Jul 9, 2017 . 1 changed file with 3 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,11 +1,11 @@ model --user.model.js // model User sử dụng để query với mongoose --init.js // Khởi tạo một số dữ liệu user để tiện cho export data public exports --file_excel_export.xlsx // lưu trữ file excel được export view --index.ejs // Trang chủ --receive.ejs // Trang nhận liên kết link download từ server gửi về và hiển thị lên -app.js // cấu hình ứng dụng -router.js // config cac router -
manhnguyen revised this gist
Jul 9, 2017 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,6 @@ model --user.model.js // model User sử dụng để query với mongoose --init.js public exports --file_excel_export.xlsx // lưu trữ file excel được export -
manhnguyen created this gist
Jul 9, 2017 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,11 @@ model --user.model // model User sử dụng để query với mongoose public exports --file_excel_export.xlsx // lưu trữ file excel được export view --index.ejs --receive.ejs // Trang nhận liên kết link download từ server gửi về và hiển thị lên -app.js // cấu hình ứng dụng -router.js // config cac router -package.json