A simple address book web application project built using Flask, SQLite, HTML, CSS, and JavaScript. It allows users to perform CRUD (Create, Read, Update, Delete) operations on address records.
Clone the repository:
git clone https://github.com/bubhei/SimpleAddressBook.gitInstall the required Python packages:
pip install -r requirements.txtRun the Flask application:
python app.pyThis project is licensed under the MIT License