Initial commit

Signed-off-by: Ferit Yiğit BALABAN <fyb@fybx.dev>
This commit is contained in:
2024-03-18 23:40:26 +03:00
commit 63df70b654
5 changed files with 835 additions and 0 deletions

9
package.json Normal file
View File

@@ -0,0 +1,9 @@
{
"dependencies": {
"cors": "^2.8.5",
"express": "^4.18.3",
"express-rate-limit": "^7.2.0",
"helmet": "^7.1.0",
"nodemailer": "^6.9.12"
}
}