A simple Flask application for managing a list of books, demonstrating Create, Read, Update, and Delete (CRUD) operations.
Clone the repository:
git clone https://github.com/Awambeng/flask_app_crud.git
cd flask_app_crud
Set up a virtual environment and activate it:
python3 -m venv venv
source venv/bin/activate
Install the required dependencies:
pip install -r requirements.txt
Run the Flask application:
python app.py
Open a web browser and navigate to [http://127.0.0.1:8080/] to access the application.