init express
app.js
0 → 100644
controllers/index.js
0 → 100644
controllers/users.js
0 → 100644
gulpfile.js
0 → 100644
models/db.js
0 → 100644
models/users.js
0 → 100644
package.json
0 → 100644
{ | ||
"name": "expressjs-starter-kit", | ||
"version": "0.0.1", | ||
"description": "A starter kit to kickstart your expressjs projects.", | ||
"dependencies": { | ||
"body-parser": "^1.10.2", | ||
"cookie-parser": "~1.3.3", | ||
"debug": "^4.1.0", | ||
"express": "^4.16.4", | ||
"mongoose": "^5.3.7", | ||
"morgan": "^1.9.1", | ||
"nunjucks": "^3.1.3", | ||
"serve-favicon": "^2.5.0" | ||
} | ||
} |
public/assets/css/style.css
0 → 100644
views/error.html
0 → 100644
views/index.html
0 → 100644
views/layout/base.html
0 → 100644