Skip to content

Emailing List is a simple and efficient email subscription system built using Node.js, Express.js, and Mailchimp API. It allows users to subscribe to a mailing list by entering their email addresses. The project integrates a backend service that securely handles user data and manages subscriptions seamlessly.

Notifications You must be signed in to change notification settings

SamuelIgwesi/Emailing-list

Repository files navigation

📧 Emailing List

🚀 About the Project

The Emailing List project is a simple and efficient email list management system that allows users to subscribe, store, and manage email addresses. It can be used for newsletters, announcements, or any mass email communication.

🛠️ Features

✅ User email subscription ✅ Email storage and management ✅ Integration with an email service provider (if applicable) ✅ API endpoints for adding and retrieving emails ✅ Secure and scalable backend

🏗️ Tech Stack

  • Backend: Node.js, Express.js
  • Database: MongoDB (or any other database used)
  • Email Service: Mailchimp
  • Frontend: HTML/CSS

🔧 Installation

  1. Clone the repository:

    git clone https://github.com/SamuelIgwesi/Emailing-list.git
    cd Emailing-list
  2. Install dependencies:

    npm install
  3. Set up environment variables:

    • Create a .env file in the root directory
    • Add the following variables:
      MONGO_URI=your_mongodb_connection_string
      EMAIL_API_KEY=your_email_service_api_key
      PORT=3000 (or any preferred port)
  4. Run the server:

    npm start

📜 License

This project is licensed under the MIT License - see the LICENSE file for details.

📬 Contact


🚀 Feel free to contribute, raise issues, or suggest improvements! Happy coding! 🎉

About

Emailing List is a simple and efficient email subscription system built using Node.js, Express.js, and Mailchimp API. It allows users to subscribe to a mailing list by entering their email addresses. The project integrates a backend service that securely handles user data and manages subscriptions seamlessly.

Resources

Stars

Watchers

Forks