fhsu-csci441-team-a / myTrafficWizard

Repo to house code for the myTrafficWizard app
0 stars 0 forks source link

NotificationController Now Working with Sample Message #71

Closed NicoleReneNewcomb closed 7 months ago

NicoleReneNewcomb commented 7 months ago

The NotificationController is now working to send a message via email (through Gmail) and slack. The testNotificationController.js file imitates the scheduleController by creating a NotificationController object, querying the database for a trip, then passing that to the NotificationController object.