Skip to content

LucasHild/newsletter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Newsletter

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.

Header

Installation

cd frontend
npm install

cd backend
pip install -r requirements.txt

Development

cd frontend
npm run dev

cd backend
flask run

Made with

Meta

Lucas Hild - https://lucas-hild.de This project is licensed under the MIT License - see the LICENSE file for details