A containerized Flask web app with a CI/CD pipeline using GitHub Actions.
This project demonstrates Docker, Python, and DevOps best practices, including automated builds and resilience to failed API calls.
- Simple Flask web application
- Dockerized for portability
- CI/CD pipeline via GitHub Actions
- Error handling for external API requests
- Runs locally and ready for deployment
- Python 3.10+
- Docker
- Clone the repository:
git clone https://github.com/Xaynerbb/meme-flask
cd meme_flask