ongyishen / MyFlaskMEME

fetches and displays random memes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MyFlaskMeme

MyFlaskMeme is a simple Flask web application that fetches and displays random memes from the meme-api.com API.

Getting Started

To get started with this project, follow these steps:

Prerequisites

  • Python 3.x
  • pip (Python package installer)

Installation

  1. Clone the repository:
git clone https://github.com/your-username/MyFlaskMeme.git

  1. Navigate to the project directory:
cd MyFlaskMeme

  1. Install the required Python packages:
pip install -r requirements.txt

Running the Application

To run the Flask application, execute the following command:

python app.py

This will start the development server at http://localhost:5050. Open your web browser and navigate to http://localhost:5050 to see the application in action.

About

fetches and displays random memes

License:MIT License


Languages

Language:HTML 77.8%Language:Python 22.2%