meiremans / mailCollectorApi

A REST API to collect emails for the purpose of sending out newsletters

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mail collecttor

GitHub

The purpose of this project is to store emails in a .csv file from a POST request, so that newsletters can be sent out to customers.

Getting Started

Prerequisites

Installing

  1. Clone the repository git clone https://github.com/meiremans/mailCollectorApi
  2. Run docker-compose up -d --build

Developing

Start the instance by running npm start

Deployment

  1. Run docker-compose up -d --build

Built With

Authors

License

This project is licensed under the MIT License. See LICENSE for details.

About

A REST API to collect emails for the purpose of sending out newsletters

License:MIT License


Languages

Language:JavaScript 67.5%Language:CSS 19.1%Language:HTML 11.0%Language:Dockerfile 2.5%