When new Web Geeks events are published on Eventbrite, this app generates a new MailChimp campaign based on existing templates and populates the event data.
It sends an email to Web Geeks organizers when the campaign is ready to be viewed. Then, the campaign can be edited or scheduled for sending.
- PHP 7.1+ and Composer
- MySQL
- Redis
- Clone the repo
composer install
- Set the proper keys in
.env
, especially for Eventbrite and MailChimp integrations. Don't forget to create and set the values for your MySQL and Redis databases. - Run
php artisan migrate
- Run
yarn
- Run
yarn dev
to compile assets - Visit the site using a web server or
php artisan serve