init project
parents
Showing
.gitignore
0 → 100644
app.js
0 → 100644
bin/www
0 → 100644
db.js
0 → 100644
package.json
0 → 100644
| { | ||
| "name": "markdown", | ||
| "version": "0.0.0", | ||
| "private": true, | ||
| "scripts": { | ||
| "start": "node ./bin/www", | ||
| "pm2": "pm2 start --name ai-node npm -- run start" | ||
| }, | ||
| "dependencies": { | ||
| "cookie-parser": "~1.4.4", | ||
| "debug": "~2.6.9", | ||
| "ejs": "~2.6.1", | ||
| "express": "~4.16.1", | ||
| "http-errors": "~1.6.3", | ||
| "markdown": "file:", | ||
| "morgan": "~1.9.1", | ||
| "mysql": "^2.18.1", | ||
| "pg": "^8.13.3" | ||
| } | ||
| } |
public/stylesheets/style.css
0 → 100644
routes/index.js
0 → 100644
routes/users.js
0 → 100644
views/error.ejs
0 → 100644
views/index.ejs
0 → 100644
Please
register
or
sign in
to comment