https://mybookstore.pythonanywhere.com
Welcome to our Book Store Web Application!
This platform offers a seamless experience for both customers and administrators, built using the Django framework with SQLite as the database.
- Displays a list of books available in the store.
- Each book is presented with:
- Title
- Description
- Image
- Price
- Users can click on a book to:
- View more details
- Add it to their cart
- Shows a detailed view of selected book(s) in the shopping cart.
- Displays:
- Book title
- Description
- Price
- A Buy NOW button to complete the purchase
- When the Buy NOW button is clicked:
- A polite confirmation message is displayed
- (Future enhancements include animations and modal windows)
Built with β€οΈ using Django & SQLite.