Skip to content

Instantly share code, notes, and snippets.

@mattn9x
Last active July 9, 2017 07:39
Show Gist options
  • Save mattn9x/2785f42fdb5a25a1a0cbcf15ec9bc7df to your computer and use it in GitHub Desktop.
Save mattn9x/2785f42fdb5a25a1a0cbcf15ec9bc7df to your computer and use it in GitHub Desktop.
cấu trúc project excel example nodejs
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