Initial upload
This commit is contained in:
commit
f7d2a75168
14 changed files with 1106 additions and 0 deletions
18
package.json
Normal file
18
package.json
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"name": "blog-project",
|
||||
"version": "1.0.0",
|
||||
"description": "A simple blog connected to a MongoDB database.",
|
||||
"main": "app.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"author": "Mueez Khan",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"dotenv": "^10.0.0",
|
||||
"ejs": "^3.1.6",
|
||||
"express": "^4.17.1",
|
||||
"lodash": "^4.17.21",
|
||||
"mongoose": "^5.12.14"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue