- Booking Event (with email to user and admin)

- Cancel Event (with email to user and admin)
- Store into mongodb
This commit is contained in:
Paolo Arena
2019-10-05 20:01:56 +02:00
parent 507f465313
commit 8f69856c57
37 changed files with 758 additions and 46 deletions

View File

@@ -37,7 +37,8 @@
"url-parse": "^1.4.4",
"validator": "^5.6.0",
"web-push": "^3.3.3",
"xoauth2": "^1.2.0"
"xoauth2": "^1.2.0",
"mysql": "^2.17.1"
},
"devDependencies": {
"expect": "^1.20.2",