Day 69-70 of 100 Days of Python Project name: Blog Posts (Final version) Things I Implemented: Backend Web Development with flask Link to Github containing deployed website: https://github.com/Matthew1906/BlogApp Link to deployed website: https://matthew1906-blog-app.herokuapp.com/ Steps of deployment: Clone this repository Set up a virtual environment by typing 'python -m venv env' in the command line Set your interpreter path to the virtual environment path Download all necessary dependencies by typing 'python -m pip install -r requirements.txt' Run the python file on terminal, and go to http://127.0.0.1:5000/