Add basic mail library; Add docker compose

This commit is contained in:
Stefan-5422
2022-03-02 12:01:28 +01:00
parent c32fffd538
commit 7728776d35
5 changed files with 5413 additions and 4 deletions
+3
View File
@@ -20,7 +20,10 @@
"homepage": "https://github.com/GithubOrgProjectPiza/server#readme",
"dependencies": {
"@types/express": "^4.17.13",
"@types/nodemailer": "^6.4.4",
"dotenv": "^16.0.0",
"express": "^4.17.3",
"nodemailer": "^6.7.2",
"ts-node": "^10.5.0",
"typescript": "^4.5.5"
},