route insert getdata Garage
parents
Showing
.env
0 → 100644
.gitignore
0 → 100644
package-lock.json
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
package.json
0 → 100644
{ | |||
"name": "repaicenter-api", | |||
"version": "1.0.0", | |||
"description": "", | |||
"main": "index.js", | |||
"scripts": { | |||
"test": "echo \"Error: no test specified\" && exit 1", | |||
"start": "nodemon src/index.js" | |||
}, | |||
"repository": { | |||
"type": "git", | |||
"url": "git+https://github.com/fuseSavage/RepaiCenter-api.git" | |||
}, | |||
"author": "", | |||
"license": "ISC", | |||
"bugs": { | |||
"url": "https://github.com/fuseSavage/RepaiCenter-api/issues" | |||
}, | |||
"homepage": "https://github.com/fuseSavage/RepaiCenter-api#readme", | |||
"dependencies": { | |||
"axios": "^0.24.0", | |||
"body-parser": "^1.19.0", | |||
"cors": "^2.8.5", | |||
"date": "^1.0.2", | |||
"dotenv": "^10.0.0", | |||
"express": "^4.17.1", | |||
"jsonwebtoken": "^8.5.1", | |||
"morgan": "^1.10.0", | |||
"mysql": "^2.18.1", | |||
"mysql2": "^2.3.3", | |||
"nodemon": "^2.0.15", | |||
"request": "^2.88.2", | |||
"sequelize": "^6.12.0-alpha.1", | |||
"sql-query": "^0.1.27", | |||
"sql-query-identifier": "^2.2.4", | |||
"yargs": "^17.2.1" | |||
} | |||
} |
src/configs/constants.js
0 → 100644
src/configs/responseCode.js
0 → 100644
src/index.js
0 → 100644
src/routes/garage.js
0 → 100644
src/routes/index.js
0 → 100644
src/routes/member.js
0 → 100644
src/services/database.js
0 → 100644
src/services/funcCallback.js
0 → 100644
src/sql/createTable.js
0 → 100644
src/sql/insertInto.js
0 → 100644
yarn.lock
0 → 100644
This diff is collapsed.
Please
register
or
sign in
to comment