Personal-blog-website

Personal blog website πŸ‘¨β€πŸ’»

flask_blog_cicd

Badges 🏷

My Skills

Features

  1. Self-hosted on AWS EC2.
  2. Micro-Services architecture using Docker containers.
  3. Setup HTTPS using Let’s Encrypt.
  4. Implemented CICD using GitHub Actions.

Environment Variables πŸ”

To run this project, you will need to add the following environment variables to your virtual environment

SECRET_KEY - Flask app secret key

Deployment 🌏

Clone the repository on your terminal and run the following commands.
Requirements: You must have Python 🐍 installed.

Windows Terminal

Creating a virtual environment

    > pip install virtualenv