Modern email marketing platform built with Node.js and React.
/server
- Backend API (Node.js/Express/TypeScript)/web
- Frontend application (React/TypeScript)
- Node.js >= 18
- Docker & Docker Compose
- Git
- Clone the repository
git clone https://github.com/ndegwadavid/mailflow.git
cd mailflow
- Install dependencies
cd server
npm install
cd ../web
npm install
- Start development environment
docker compose up -d
Open Source