All Projects → siddhiparkar151992 → Online-Book-Store

siddhiparkar151992 / Online-Book-Store

Licence: other
An online Book Store createed with Python / Flask rest, MySql,Angular and Bootstrap

Programming Languages

python
139335 projects - #7 most used programming language
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
SQLPL
141 projects

Projects that are alternatives of or similar to Online-Book-Store

React With Redux Shop Ducks
shopping cart example with react and redux
Stars: ✭ 12 (-84.21%)
Mutual labels:  shopping-cart, cart
Co Cart
🛒 CoCart is a flexible, open-source solution to enabling the shopping cart via the REST API for WooCommerce.
Stars: ✭ 198 (+160.53%)
Mutual labels:  shopping-cart, cart
Shoppingcart
REDAXO Warenkorb AddOn - Super flexibel, ohne Checkout
Stars: ✭ 28 (-63.16%)
Mutual labels:  shopping-cart, cart
Arastta
Solid, Free, Open Source, Community Driven eCommerce
Stars: ✭ 251 (+230.26%)
Mutual labels:  shopping-cart, cart
Grandnode
Open source, headless, multi-tenant eCommerce platform built with .NET Core, MongoDB, AWS DocumentDB, Azure CosmosDB, Vue.js.
Stars: ✭ 1,768 (+2226.32%)
Mutual labels:  shopping-cart, cart
Sapper Ecommerce
Svelte ecommerce - Headless, Authentication, Cart & Checkout, TailwindCSS, Server Rendered, Proxy + API Integrated, Animations, Stores, Lazy Loading, Loading Indicators, Carousel, Instant Search, Faceted Filters, 1 command deploy to production, Open Source, MIT license. Join us as contributor ([email protected])
Stars: ✭ 289 (+280.26%)
Mutual labels:  shopping-cart, cart
Laravel Ecommerce
AvoRed an Open Source Laravel Shopping Cart
Stars: ✭ 1,151 (+1414.47%)
Mutual labels:  shopping-cart, cart
Cartkit
Cartkit - The [quick] starter kit!
Stars: ✭ 39 (-48.68%)
Mutual labels:  shopping-cart, cart
Laracom
Laravel FREE E-Commerce Software
Stars: ✭ 1,570 (+1965.79%)
Mutual labels:  shopping-cart, shopping-list
Unchained
Headless & open-source e-commerce toolkit. The Unchained Engine is our core product and is written in Node.js ES6
Stars: ✭ 92 (+21.05%)
Mutual labels:  shopping-cart, cart
Awesome Woocommerce
Plugins and code snippets to improve your WooCommerce store.
Stars: ✭ 279 (+267.11%)
Mutual labels:  shopping-cart, cart
Expresscart
A fully functioning Node.js shopping cart with Stripe, PayPal, Authorize.net, PayWay, Blockonomics, Adyen, Zip and Instore payments.
Stars: ✭ 2,069 (+2622.37%)
Mutual labels:  shopping-cart, cart
Aimeos
Integrated online shop based on Laravel 8 and the Aimeos e-commerce framework
Stars: ✭ 2,354 (+2997.37%)
Mutual labels:  shopping-cart, cart
Nopcommerce
The most popular open-source eCommerce shopping cart solution based on ASP.NET Core
Stars: ✭ 6,827 (+8882.89%)
Mutual labels:  shopping-cart, cart
awesome-ecommerce
Collect and develop Open Source or Free Projects for building ecommerce platform easy and fast and free
Stars: ✭ 39 (-48.68%)
Mutual labels:  shopping-cart, cart
Gogrocery
Its an eCommerce app inspired from Amazon , big Basket , grofers ,grocery app , Etc
Stars: ✭ 62 (-18.42%)
Mutual labels:  shopping-cart, cart
storefront-app
Storefront by Fleetbase is an open source hyperlocal shopping or services app. Enables users to quickly launch their own shop or service booking app or setup a multi-vendor marketplace.
Stars: ✭ 40 (-47.37%)
Mutual labels:  shopping-cart, cart
CodeIgniter4-Cart-Module
A basic port of the CodeIgniter 3 cart library for CodeIgniter 4.
Stars: ✭ 31 (-59.21%)
Mutual labels:  shopping-cart, cart
Laravel Ecommerce Iyzico
Iyzico intigrated e-Commerce system that could be developed easily in simple level.
Stars: ✭ 81 (+6.58%)
Mutual labels:  shopping-cart, cart
Cezerin2
Cezerin2 is React and Node.js based eCommerce platform. React Shopping Cart. "All In One" App: Cezerin API + Cezerin Storefront + Cezerin Dashboard.
Stars: ✭ 144 (+89.47%)
Mutual labels:  shopping-cart, cart

Online-Book-Store

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)

How to run project locally

  1. Make sure you have MYSQL version 5.7 and above since it uses full text search
  2. checkout project form git
  3. open cmd and go to root of the project
  4. execute "cd db"
  5. execute all queries from create_tables.sql
  6. on cmd go to root of project
  7. run command "python setup.py install"
  8. run command python server.py

Home Page

ScreenShot

Product info to be shown when user clicks on any book from booklist

ScreenShot

Order page when user has ordred books after payments process

ScreenShot

Cart details when user had few items in cart

ScreenShot

Category implemented with full features of filtering books by category

ScreenShot

Search sort and filter

ScreenShot

User wishlist

ScreenShot

reviews added by user for a book

ScreenShot

Payment process page with full validations after user fills in the shipment data

ScreenShot

Shipment form with validations when user clicks on checkout

ScreenShot

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].