[Add] 에듀라인 스키퍼 프로젝트 추가
parents
Showing
.dockerignore
0 → 100644
.gitignore
0 → 100644
Dockerfile
0 → 100644
README.md
0 → 100644
app.js
0 → 100644
bin/www
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
{ | |||
"name": "ves", | |||
"version": "0.1.0", | |||
"private": true, | |||
"scripts": { | |||
"start": "node ./bin/www" | |||
}, | |||
"dependencies": { | |||
"axios": "^1.5.0", | |||
"cookie-parser": "~1.4.4", | |||
"cors": "^2.8.5", | |||
"debug": "~2.6.9", | |||
"dotenv": "^16.3.1", | |||
"ejs": "~2.6.1", | |||
"express": "~4.16.1", | |||
"http-errors": "~1.6.3", | |||
"morgan": "~1.9.1", | |||
"multer": "^1.4.5-lts.1", | |||
"node-schedule": "^2.1.1", | |||
"xml2json": "^0.12.0" | |||
} | |||
} |
public/stylesheets/style.css
0 → 100644
routes/index.js
0 → 100644
start.sh
0 → 100644
views/error.ejs
0 → 100644
views/index.ejs
0 → 100644
Please register or sign in to comment