-
Create a Simple Flask Application
- Use Python and Flask to build a basic web app
- Create a simple route that returns a "Hello DevOps!" message
-
Containerize the Application
- Write a Dockerfile to package the application
- Create a .dockerignore file
- Build and run the Docker container locally
-
Set Up Version Control
- Initialize a GitHub repository
- Create a .gitignore file
- Push your code to GitHub
-
Implement CI/CD with GitHub Actions
- Create a workflow to:
- Build Docker image
- Push image to Docker Hub
- Create a workflow to:
adeleke123/flask-devops-app
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|