Bookline is a Flask application that uses JavaScript and Chart.js to display interactive graphs showing book distribution across categories
- A bar chart displaying the number of books per category using Chart.js
git clone <repository-url>
cd <project-directory-name>
# Install dependencies
pip install -r requirements.txt
# Run the application
python app.py- Python 3.11.1
- Flask 3.0.3
- Jinja2 3.1.3
- Chart.js (included via a JavaScript file)
