Installation & Usage 📥

Installation

  1. Clone the repository:
    git clone https://github.com/yourusername/FlaskApplication.git
  2. Navigate to the project directory:
    cd FlaskApplication
  3. Create a virtual environment:
    python3 -m venv venv
  4. Activate the virtual environment:
    • On Windows:
      venv\Scripts\activate
    • On macOS/Linux:
      source venv/bin/activate
  5. Install the dependencies:
    pip install -r requirements.txt

Usage

  1. Run the application:
    python app.py
  2. Open your web browser and navigate to http://127.0.0.1:5000/