Skip to content
Snippets Groups Projects
Commit b629713b authored by Guz, Rafal P (UG - Comp Sci & Elec Eng)'s avatar Guz, Rafal P (UG - Comp Sci & Elec Eng)
Browse files

Installed the required libraries

parent 67f08477
No related branches found
No related tags found
2 merge requests!8CI/CD,!4Comments service
This diff is collapsed.
......@@ -3,10 +3,18 @@
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"start": "node index.js"
},
"keywords": [],
"author": "",
"license": "ISC"
"license": "ISC",
"dependencies": {
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"mongoose": "^5.12.3"
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment