MySQL + Sequelize is working, signup emails working

This commit is contained in:
2021-01-25 07:32:47 +11:00
parent d0b383f5de
commit 9cd57f17fa
19 changed files with 760 additions and 283 deletions
+3 -1
View File
@@ -29,8 +29,10 @@
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-formidable": "^1.2.0",
"mariadb": "^2.5.2",
"nodemailer": "^6.4.17",
"regenerator-runtime": "^0.13.7",
"sendmail": "^1.6.1"
"sequelize": "^6.4.0"
},
"devDependencies": {
"@babel/core": "^7.12.10",