-
- Downloads
dockerized completed 

dockerfile
0 → 100644
Source diff could not be displayed: it is too large. Options to address this: view the blob.
{ | ||
"name": "express", | ||
"name": "location_microservice", | ||
"version": "1.0.0", | ||
"description": "", | ||
"description": "Location Microservice", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"author": "", | ||
"repository": "git@gitlab.surrey.ac.uk:group-5/location_microservice.git", | ||
"author": "Jason J Dookarun", | ||
"license": "ISC", | ||
"dependencies": { | ||
"body-parser": "^1.18.3", | ||
"dotenv": "^16.0.3", | ||
"express": "^4.18.2", | ||
"mongoose": "^7.0.4" | ||
"mongoose": "^5.3.16", | ||
"morgan": "^1.9.1", | ||
"nodemon": "^1.18.4" | ||
}, | ||
"scripts": { | ||
"start": "node src/App.js" | ||
} | ||
} |
File moved
Please register or sign in to comment