Skip to content

Commit

Permalink
feat: integrate mailersend
Browse files Browse the repository at this point in the history
  • Loading branch information
LordHarsh committed Sep 19, 2024
1 parent 247b4c7 commit 3c822f1
Show file tree
Hide file tree
Showing 12 changed files with 1,742 additions and 48 deletions.
1 change: 1 addition & 0 deletions server/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ NODE_ENV='development'
MONGODB_URI='mongodb://127.0.0.1:27017/dbname'
JWT_SECRET='add-secret-key-here'
LOG_LEVEL='debug'
MAILER_SEND_API_KEY='add-mailer-send-api-key-here'
139 changes: 138 additions & 1 deletion server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,12 @@
"@types/react-dom": "18.2.7",
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"dot": "^1.1.3",
"dotenv": "^16.3.1",
"eslint": "8.49.0",
"express": "^4.18.2",
"helmet": "^7.0.0",
"mailersend": "^2.3.0",
"mongodb": "^6.0.0",
"react-dom": "18.2.0",
"typescript": "5.2.2",
Expand All @@ -27,6 +29,7 @@
},
"devDependencies": {
"@types/cors": "^2.8.14",
"@types/dot": "^1.1.7",
"@types/express": "^4.17.17",
"@types/module-alias": "^2.0.4",
"@types/mongodb": "^4.0.7",
Expand Down
Loading

0 comments on commit 3c822f1

Please sign in to comment.