A landing page to sign up subscribers to a mailing list (MongoDB) and send a transactional confirmation email using the Postmark API.
- Vanilla JavaScript
- HTML
- Bootstrap
- Axios
- Express
- Mongoose
- MongoDB
- Node.js
- Postmark
git clone https://github.com/LaSav/postmark-transactional-form
npm install
npm run dev
Create a .env file in the root directory and add the variables:
NODE_ENV = development
PORT = 3000
MONGO_URI = Your MongoDB URI
POSTMARK_KEY = Your Postmark API key
A Local Interface to Manage Your Subscriptions and Send Emails with Postmark and Node.js