Skip to content

Instantly share code, notes, and snippets.

@marcossaore
Created March 4, 2020 17:09
Show Gist options
  • Save marcossaore/e717b4dfc7710fda67500d250531226f to your computer and use it in GitHub Desktop.
Save marcossaore/e717b4dfc7710fda67500d250531226f to your computer and use it in GitHub Desktop.
{
"name": "node_app_rest_api",
"version": "1.0.0",
"description": "Exemplo de api que comunicará com NGINX usando proxy reverso",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "npm install; nodemon --legacy-watch",
"start": "node ./app.js"
},
"devDependencies": {
"nodemon": "2.0.2"
},
"dependencies": {
"express": "4.17.1",
"express-group-routes": "1.1.0"
},
"author": "Marcos Soares",
"license": "ISC"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment