jamuna1404/Bookies
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
# 📚 Bookies – Book Management App A simple full-stack web application to **Add**, **View**, **Edit**, and **Delete** books using **Flask (Python)** for backend and **HTML, CSS, JS** for frontend. --- ## 🔧 Tech Stack - **Frontend**: HTML, CSS, JavaScript - **Backend**: Python (Flask) - **Database**: SQLite (via SQLAlchemy) --- ## 🚀 Features - Add new books with title, author, year, and description - Display book cards dynamically - Edit book details - Delete books - Responsive UI with popup form --- ## 📁 Project Structure # 📚 Bookies – Book Management App A simple full-stack web application to **Add**, **View**, **Edit**, and **Delete** books using **Flask (Python)** for backend and **HTML, CSS, JS** for frontend. --- ## 🔧 Tech Stack - **Frontend**: HTML, CSS, JavaScript - **Backend**: Python (Flask) - **Database**: SQLite (via SQLAlchemy) --- ## 🚀 Features - Add new books with title, author, year, and description - Display book cards dynamically - Edit book details - Delete books - Responsive UI with popup form --- ## 📁 Project Structure # 📚 Bookies – Book Management App A simple full-stack web application to **Add**, **View**, **Edit**, and **Delete** books using **Flask (Python)** for backend and **HTML, CSS, JS** for frontend. --- ## 🔧 Tech Stack - **Frontend**: HTML, CSS, JavaScript - **Backend**: Python (Flask) - **Database**: SQLite (via SQLAlchemy) --- ## 🚀 Features - Add new books with title, author, year, and description - Display book cards dynamically - Edit book details - Delete books - Responsive UI with popup form --- Create a virtual environment (optional) python -m venv venv source venv/bin/activate # Windows: venv\Scripts\activate Install dependencies pip install -r requirements.txt Run the Flask app python app.py Go to http://127.0.0.1:5000 in your browser.