/scratch-newsletter

Scract Newsletter

Primary LanguageJavaScriptMozilla Public License 2.0MPL-2.0

Scratch Newsletter

A newsletter implementation from scratch using Appwrite Function with Js

Tech stack used

  • Appwrite
  • Node.js

Architecture

  • Every time someone adds their email to the newsletter on the static page. The form sends an invocation to the Appwrite function.
  • This appwrite function then adds the email to the collection in the appwrite database and sends them a welcome email.

Author