The frontend and backend that let me create and send e-mail newsletters via Mailerlite. The frontend is powered by Vue.js and the backend runs on Flask.
cd frontend
npm install
cd backend
pip install -r requirements.txt
cd frontend
npm run dev
cd backend
flask run
Lucas Hild - https://lucas-hild.de This project is licensed under the MIT License - see the LICENSE file for details