Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 411 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 411 Bytes

expressjs-boilterplate

A boilterplace to speed up expressjs development by provide common utilities.

Why would I use this?

  • Controllers/routes/models are placed in their corressponding folders. No more 3000 lines server.js!
  • Delete key friendly!!
  • Come preloaded with many common used feature like flashMessages and sending emails.
  • Yeah, for now that's it :P. I may add/subtract things as I work on it.