Skip to content

Commit

Permalink
full refactor of backend (TypeScript)
Browse files Browse the repository at this point in the history
  • Loading branch information
joel-jaimon committed Oct 2, 2021
1 parent 37cb34a commit d01d809
Show file tree
Hide file tree
Showing 43 changed files with 12,052 additions and 870 deletions.
5 changes: 0 additions & 5 deletions whatsapp-server/controllers/mongo/googleUser.ts

This file was deleted.

5 changes: 0 additions & 5 deletions whatsapp-server/controllers/mongo/guestUser.ts

This file was deleted.

11,410 changes: 11,410 additions & 0 deletions whatsapp-server/package-lock.json

Large diffs are not rendered by default.

6 changes: 2 additions & 4 deletions whatsapp-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"name": "whatsapp-server",
"version": "1.0.0",
"description": "",
"main": "servers.ts",
"main": "./src/server.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "ts-node servers.ts"
"dev": "ts-node ./src/server.ts"
},
"author": "",
"license": "ISC",
Expand Down Expand Up @@ -34,10 +34,8 @@
"@types/cookie-parser": "^1.4.2",
"@types/cors": "^2.8.12",
"@types/jsonwebtoken": "^8.5.5",
"@types/mongodb": "^4.0.7",
"@types/multer": "^1.4.7",
"@types/node": "^16.10.2",
"@types/socket.io": "^3.0.2",
"nodemon": "^2.0.12"
}
}
Loading

0 comments on commit d01d809

Please # to comment.