Source code from part 2 of the 'How to Make a Wake-Up Call Service' tutorial series. In part 2, you'll learn how to integrate the existing wake-up call service with MongoDB to store alarms and make the service persistant in the event of a server restart or crash. You can find the blog post here: https://www.twilio.com/blog/wake-up-call-service-part-2-managing-users-mongodb
- Replace the placeholders in the .env file with their actual values.
- Navigate within this directory on your terminal and run the following command to install the dependencies:
npm run install
. - Enter the following command to run the application:
node index
.