An open API service indexing awesome lists of open source software.

https://github.com/react-dev-james/onlinebookstore


https://github.com/react-dev-james/onlinebookstore

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# OnlineBookStore
An online Book Store created with Python / Flask rest, MySql,Angular and Bootstrap
Features
use of several data structures for optimization techniques
A full fledged functionality with Modules like cart, wishlist, payment, order processing
Real time data integration from Database .
Responsive layout for extra small, Large Medium devices and browsers(ofcourse)# OnlineBookStore

Clone
git clone https://github.com/DedicatedWebStar/OnlineBookStore.git

# Home Page
![ScreenShot](https://raw.github.com/DedicatedWebStar/OnlineBookStore/master/screenshots/Home.png)

# Product info to be shown when user clicks on any book from booklist
![ScreenShot](https://raw.github.com/DedicatedWebStar/OnlineBookStore/master/screenshots/product-info.png)

# Order page when user has ordred books after payments process
![ScreenShot](https://raw.github.com/DedicatedWebStar/OnlineBookStore/master/screenshots/orderlist.png)

# Cart details when user had few items in cart
![ScreenShot](https://raw.github.com/DedicatedWebStar/OnlineBookStore/master/screenshots/cart-page.png)

# Category implemented with full features of filtering books by category
![ScreenShot](https://raw.github.com/DedicatedWebStar/OnlineBookStore/master/screenshots/category.png)

# Search sort and filter
![ScreenShot](https://raw.github.com/DedicatedWebStar/OnlineBookStore/master/screenshots/sortsearch.png)

# User wishlist
![ScreenShot](https://raw.github.com/DedicatedWebStar/OnlineBookStore/master/screenshots/wishlist.png)

# reviews added by user for a book
![ScreenShot](https://raw.github.com/DedicatedWebStar/OnlineBookStore/master/screenshots/reviews.png)

# Payment process page with full validations after user fills in the shipment data
![ScreenShot](https://raw.github.com/DedicatedWebStar/OnlineBookStore/master/screenshots/payment.png)

# Shipment form with validations when user clicks on checkout
![ScreenShot](https://raw.github.com/DedicatedWebStar/OnlineBookStore/master/screenshots/shipment.png)