Last active
July 9, 2017 07:39
-
-
Save mattn9x/2785f42fdb5a25a1a0cbcf15ec9bc7df to your computer and use it in GitHub Desktop.
cấu trúc project excel example nodejs
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 characters
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 | |
-package.json |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment