Skip to content

Commit

Permalink
Made server outside
Browse files Browse the repository at this point in the history
  • Loading branch information
Tejasbaaplms committed Jul 7, 2021
1 parent d869818 commit 3a1e5ab
Show file tree
Hide file tree
Showing 22 changed files with 1,926 additions and 1,933 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1,900 changes: 1,897 additions & 3 deletions package-lock.json

Large diffs are not rendered by default.

30 changes: 29 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1 +1,29 @@
{}
{
"name": "server",
"version": "1.0.0",
"main": "index.js",
"type": "module",
"scripts": {
"start": "nodemon index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"google-auth-library": "^7.0.4",
"googleapis": "^67.1.1",
"handlebars": "^4.7.6",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.11.8",
"node-cron": "^2.0.3",
"nodemailer": "^6.4.17",
"nodemon": "^2.0.6",
"path": "^0.12.7",
"validator": "^13.5.2"
},
"description": ""
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 3a1e5ab

Please sign in to comment.