/RecipeManage

Primary LanguageHTMLMIT LicenseMIT

RecipeManager

RecipeManager is a simple Python-based web application using Flask that allows users to add, view, and delete recipes.

Features

  • Add new recipes.
  • View all recipes.
  • Delete recipes.

Installation

  1. Clone the repository:

    git clone https://github.com/YOUR_USERNAME/RecipeManager.git
    cd RecipeManager
  2. Create a virtual environment and activate it:

    python -m venv venv
    source venv/bin/activate  # On Windows use `venv\Scripts\activate`
  3. Install the required packages:

    pip install -r requirements.txt
  4. Run the application:

    python app.py
  5. Open your web browser and go to http://127.0.0.1:5000.

License

This project is licensed under the MIT License.