Wishlist Application

A simple CRUD application for managing a wishlist using Flask and MySQL.

Features

  • Create: Add new wishlist items with a name, price, link, and note.
  • Read: View a list of all wishlist items.
  • Update: Edit existing wishlist items.
  • Delete: Remove wishlist items.

Technologies

  • Backend: Python with Flask
  • Database: MySQL
  • ORM: SQLAlchemy
  • Forms: Flask-WTF
  • Styling: Bootstrap

Installation

Prerequisites

  • Python 3.x
  • MySQL Server

Setup

  1. Clone the repository:

    git clone https://github.com/your-username/wishlist.git
    cd wishlist