soo임시저장0102
client/README.md
0 → 100644
client/public/index.html
0 → 100644
client/public/manifest.json
0 → 100644
client/public/robots.txt
0 → 100644
client/src/App.css
0 → 100644
client/src/App.js
0 → 100644
client/src/App.test.js
0 → 100644
client/src/Hello.js
0 → 100644
client/src/index.css
0 → 100644
client/src/index.js
0 → 100644
client/src/logo.svg
0 → 100644
client/src/randCode.js
0 → 100644
client/src/setupTests.js
0 → 100644
... | @@ -5,7 +5,8 @@ | ... | @@ -5,7 +5,8 @@ |
"main": "index.js", | "main": "index.js", | ||
"type": "module", | "type": "module", | ||
"scripts": { | "scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | "test": "echo \"Error: no test specified\" && exit 1", | ||
"dev" : "nodemon index.js" | |||
}, | }, | ||
"repository": { | "repository": { | ||
"type": "git", | "type": "git", | ||
... | @@ -15,6 +16,9 @@ | ... | @@ -15,6 +16,9 @@ |
"author": "", | "author": "", | ||
"license": "ISC", | "license": "ISC", | ||
"dependencies": { | "dependencies": { | ||
"express": "^4.17.1" | "express": "^4.17.1", | ||
"mongoose": "^5.11.9", | |||
"nodemon": "^2.0.6", | |||
"validator": "^13.5.2" | |||
} | } | ||
} | } |
server/config.js
0 → 100644
server/models/User.js
0 → 100644
Please register or sign in to comment