Skip to content

jamuna1404/Bookies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors