APIs - Ultan-Kearns/eCommerceApp GitHub Wiki

Third party technology page

Below is a list of third party software and APIs we used

  • Nodemailer: I used nodemailer to send an email to the user when they send a forgot password request. I used this because it makes it incredibly simple to send an email fast to the user. The email will include the forgot password as well as the subject line "Forgot Password Emart" - Ultan
  • ng-toolkit/serverless - I used this to build and deploy the app on AWS as a demonstration of the apps capabilities without the server - Ultan

Hosting

We plan on hosting the app on github pages and connect to the server on aws - ultan