first commit
.gitignore
0 → 100644
app.js
0 → 100644
config/config.js
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
| { | |||
| "name": "project-page", | |||
| "version": "1.0.0", | |||
| "description": "To manage Projects' CRUD", | |||
| "main": "app.js", | |||
| "scripts": { | |||
| "test": "echo \"Error: no test specified\" && exit 1" | |||
| }, | |||
| "repository": { | |||
| "type": "git", | |||
| "url": "https://transfer.hft-stuttgart.de/gitlab/m4lab_tv1/project-page.git" | |||
| }, | |||
| "author": "", | |||
| "license": "ISC", | |||
| "dependencies": { | |||
| "async": "^3.2.0", | |||
| "body-parser": "^1.19.0", | |||
| "cookie-parser": "^1.4.5", | |||
| "express": "^4.17.1", | |||
| "express-fileupload": "^1.1.7-alpha.1", | |||
| "express-flash": "0.0.2", | |||
| "express-session": "^1.17.0", | |||
| "morgan": "^1.10.0", | |||
| "mysql": "^2.18.1", | |||
| "nodemon": "^2.0.2", | |||
| "passport": "^0.4.1", | |||
| "path": "^0.12.7", | |||
| "pug": "^2.0.4" | |||
| } | |||
| } |
routes/dbconn.js
0 → 100644
routes/helpers.js
0 → 100644
routes/mailer.js
0 → 100644
routes/methods.js
0 → 100644
routes/routes-project.js
0 → 100644
views/DE/404.pug
0 → 100644
views/DE/500.pug
0 → 100644
Please register or sign in to comment