Initial commit
parents
Showing
.env
0 → 100644
.gitignore
0 → 100644
app.js
0 → 100644
controllers/.gitkeep
0 → 100644
db/.gitkeep
0 → 100644
helpers/.gitkeep
0 → 100644
middlewares/.gitkeep
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
Click to expand it.
package.json
0 → 100644
{ | ||
"name": "tma", | ||
"version": "1.0.0", | ||
"description": "", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"author": "", | ||
"license": "ISC", | ||
"dependencies": { | ||
"axios": "^0.27.2", | ||
"body-parser": "^1.20.0", | ||
"cors": "^2.8.5", | ||
"dotenv": "^16.0.1", | ||
"express": "^4.18.1", | ||
"express-validator": "^6.14.2", | ||
"jsonwebtoken": "^8.5.1", | ||
"pg-promise": "^10.11.1" | ||
} | ||
} |
routes/.gitkeep
0 → 100644
server.js
0 → 100644
services/.gitkeep
0 → 100644
Please
register
or
sign in
to comment