There was a problem fetching linked pipelines.
Initial commit
Showing
+242 -0
.env
0 → 100644
.gitignore
0 → 100644
DockerFile
0 → 100644
app.js
0 → 100644
bin/www
0 → 100644
config/verifyToken.js
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
{ | |||
"name": "free-server", | |||
"version": "0.0.0", | |||
"private": true, | |||
"scripts": { | |||
"start": "nodemon ./bin/www" | |||
}, | |||
"dependencies": { | |||
"cookie-parser": "~1.4.4", | |||
"cors": "^2.8.5", | |||
"debug": "~2.6.9", | |||
"dotenv": "^8.2.0", | |||
"ejs": "~2.6.1", | |||
"express": "~4.16.1", | |||
"http-errors": "~1.6.3", | |||
"jsonwebtoken": "^8.5.1", | |||
"morgan": "~1.9.1", | |||
"nodemon": "^2.0.4" | |||
} | |||
} |
public/stylesheets/style.css
0 → 100644
routes/connect.routes.js
0 → 100644
routes/index.routes.js
0 → 100644
views/error.ejs
0 → 100644
views/index.ejs
0 → 100644
Please register or sign in to comment