nodejs-express-ejs-bootstrap-mongo-skeleton
Node.js Express-Ejs-Bootstrap-Mongodb Skeleton
The MIT License Copyright (c) -2017 Max J. Tsai (mt8168@gmail.com)
File Structure
--- public (static pages)
|
+- routes (components)
|
+- uploads (make sure to chmod 777)
|
+- views (templates /ejs)
|
+- (mapping) /bootstrap -> node_modules/bootstrap/dist)
Two samples
- helloMaxExample is to test static content
- membersExampe is to test DB (Mongo) and Template (ejs)
** 09/10/2017 mjt