Skip to content

Instantly share code, notes, and snippets.

@Adurtxi
Last active August 12, 2021 16:44
Show Gist options
  • Select an option

  • Save Adurtxi/1285523d6b46c26287f67b2ec5d75045 to your computer and use it in GitHub Desktop.

Select an option

Save Adurtxi/1285523d6b46c26287f67b2ec5d75045 to your computer and use it in GitHub Desktop.
NodeJS, Express and MySQL --- package.json
{
"name": "nodejs_express_mysql",
"version": "1.0.0",
"description": "NodeJS Express Mysql JS Backend",
"main": "server.js",
"scripts": {
"start": "nodemon server.js"
},
"keywords": [
"NodeJS",
"Api"
],
"author": "Adur Marques",
"license": "ISC",
"dependencies": {
"express": "^4.17.1",
"mysql2": "^2.3.0",
"node-input-validator": "^4.4.1",
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment