All Projects → HarshShah1997 → Shopping-Cart

HarshShah1997 / Shopping-Cart

Licence: MIT license
A simple E-commerce website using Flask

Programming Languages

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

Projects that are alternatives of or similar to Shopping-Cart

CodeIgniter3-online-shop
A full e-commerce project built with CI3 HMVC with Email confirmation,Paypal payement , Ion Auth , Live Chatroom and full admin dashboard
Stars: ✭ 114 (-22.45%)
Mutual labels:  shopping-cart, ecommerce-website
eCommerce-Website
php project: Display several pages of product detail and create shopping cart, implement CRUD operation, checkout in the end
Stars: ✭ 23 (-84.35%)
Mutual labels:  shopping-cart, ecommerce-website
grav-skeleton-gravcart
The Grav Shopping Cart skeleton
Stars: ✭ 11 (-92.52%)
Mutual labels:  shopping-cart
ShoppingCartAnimation
Shopping bag animation with zoom and Bezier curves
Stars: ✭ 29 (-80.27%)
Mutual labels:  shopping-cart
tongyimall
高仿小米商城用户端,是Vue + SpringBoot的前后端分离项目,包括首页门户、商品分类、首页轮播、商品展示、购物车、地址管理等部分。管理端在另一个仓库。
Stars: ✭ 55 (-62.59%)
Mutual labels:  shopping-cart
Shopping-Sahuba
Sahuba is an online shopping platform with a slogan of `Sell your products in one click.`. It's main idea is to help people to sell their products online with in a click. Technically it's build on the top of modern web framework like laravel , vue js, GraphQl and so on.
Stars: ✭ 21 (-85.71%)
Mutual labels:  ecommerce-website
ShoppingCart
简单的购物车 for iOS written by Objective-C
Stars: ✭ 14 (-90.48%)
Mutual labels:  shopping-cart
laravel-shopping-cart
e-commerce shopping cart for laravel application.
Stars: ✭ 38 (-74.15%)
Mutual labels:  shopping-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 (-72.79%)
Mutual labels:  shopping-cart
react-ecommerce
E-commerce monorepo application using NextJs, React, React-native, Design-System and Graphql with Typescript
Stars: ✭ 136 (-7.48%)
Mutual labels:  shopping-cart
woo-cart-expiration
Set a time limit on a customer checking out.
Stars: ✭ 19 (-87.07%)
Mutual labels:  shopping-cart
An-PHP-Based-Affiliate-marketing-website
University project involving Javascript, PHP, HTML, CSS and database’s queries management.
Stars: ✭ 51 (-65.31%)
Mutual labels:  ecommerce-website
Cake-Shop
A sample Cake Shop Website built with ASP.NET Core (Multi-Page Application)
Stars: ✭ 44 (-70.07%)
Mutual labels:  shopping-cart
svelte-commerce
Svelte ecommerce - Headless, Authentication, Cart & Checkout, TailwindCSS, Server Rendered, Proxy + API Integrated, Animations, Stores, Lazy Loading, Loading Indicators, Carousel, Instant Search, Faceted Filters, Typescript, Open Source, MIT license. 1 command deploy to your own server, 1 click deploy to netlify.
Stars: ✭ 695 (+372.79%)
Mutual labels:  shopping-cart
nodejs-shopping-cart
NodeJS / Express / MongoDB - Shopping Cart (monolithic app with handlebars)
Stars: ✭ 42 (-71.43%)
Mutual labels:  shopping-cart
magento2-freeshipping-progress-bar
Add a free shipping eligibility progress bar to your Magento 2 websites cart to promote increased order value.
Stars: ✭ 37 (-74.83%)
Mutual labels:  shopping-cart
Angular-Springboot
E- Commerce Application Built Integrating Angular and Spring Web Services
Stars: ✭ 58 (-60.54%)
Mutual labels:  ecommerce-website
Apni-Dukaan
An E-commerce site to buy products of need.
Stars: ✭ 27 (-81.63%)
Mutual labels:  ecommerce-website
shopnx
Ready to use AngularJS Shopping Cart with all features
Stars: ✭ 71 (-51.7%)
Mutual labels:  shopping-cart
hubble-frontend-pwa
E-Commerce PWA Frontend
Stars: ✭ 43 (-70.75%)
Mutual labels:  shopping-cart

Shopping Cart

A simple E-commerce website using Flask.

Dependencies

  1. Python3
  2. Flask
  3. Sqlite

How to run

  1. Set up database by running database.py (Or you can reuse existing database included in the repo)
  2. Run main.py
  3. Enter localhost:5000 in the browser

Pipenv instructions

  1. Install pipenv (python3 -m pip install --user pipenv)
  2. Install dependencies (pipenv install --dev)
  3. Setup database (pipenv run python database.py)
  4. Run the server (pipenv run python main.py)
  5. Enter localhost:5000 in the browser

Sample User

Sample credentials present in existing database: Username - [email protected] Password - sample

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].