Node js Learnning
parents
Showing
.gitignore
0 → 100644
app.js
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
{ | ||
"name": "nodejs", | ||
"version": "1.0.0", | ||
"description": "Basic Node app", | ||
"main": "app.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"start": "nodemon app.js" | ||
}, | ||
"author": "Muhammad Ameen", | ||
"license": "ISC", | ||
"dependencies": { | ||
"body-parser": "^1.20.2", | ||
"ejs": "^3.1.9", | ||
"express": "^4.18.2" | ||
}, | ||
"devDependencies": { | ||
"nodemon": "^2.0.22" | ||
} | ||
} |
public/css/style.css
0 → 100644
routes/form.js
0 → 100644
views/form.ejs
0 → 100644
Please register or sign in to comment