This project is an email marketing tool built with Flask.
- Clone the repository.
- Install dependencies with
pip install -r requirements.txt
. - Run the application with
python app/main.py
.
app/
: Contains application code.tests/
: Contains test cases.requirements.txt
: Python dependencies.README.md
: Project overview and setup instructions..gitignore
: Files and directories to ignore in Git.Dockerfile
: Docker configuration.docker-compose.yml
: Docker Compose configuration.