All Projects → studiosemicolon → onlineshop

studiosemicolon / onlineshop

Licence: MIT license
Onlineshop is an e-commerce project based on Django 2.x where it's using Django's default MVT architecture and back-end rendering.

Programming Languages

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

Projects that are alternatives of or similar to onlineshop

instantsearch-android-examples
Example apps built with algolia/instantsearch-android
Stars: ✭ 60 (+233.33%)
Mutual labels:  example, e-commerce
UnityPseudoInstancedGPUParticles
GPU Particles w/ Screen Space Collision Example.
Stars: ✭ 99 (+450%)
Mutual labels:  example
classic-commerce
A simple but powerful e-commerce platform built for ClassicPress. Forked from WooCommerce and compatible with many Woo extensions.
Stars: ✭ 46 (+155.56%)
Mutual labels:  e-commerce
go-worker-thread-pool
A visual working example of a Thread Pool pattern, based on a known blog article.
Stars: ✭ 24 (+33.33%)
Mutual labels:  example
doks-example
Example DigitalOcean Kubernetes workload with service exposed through a DO load-balancer.
Stars: ✭ 150 (+733.33%)
Mutual labels:  example
php-finder refactoring-kata
🐘🔍Incomprehensible Finder Refactoring Kata port for PHP
Stars: ✭ 22 (+22.22%)
Mutual labels:  example
gms2-destructible-terrain
⛰️ Collidable, destructible terrain in GameMaker Studio 2
Stars: ✭ 24 (+33.33%)
Mutual labels:  example
Commerce
An E-Commerce package for Laravel with Grafite CMS. Take control of your content and how you sell it! Products, subscriptions, shipping, downloading and more!
Stars: ✭ 45 (+150%)
Mutual labels:  e-commerce
portal-demos
A few demos on how the new portal API can be used with React.
Stars: ✭ 14 (-22.22%)
Mutual labels:  example
deep-snake
A snake game trained using simple deep learning implemented in client side javascript.
Stars: ✭ 77 (+327.78%)
Mutual labels:  example
lisp-gui-examples
GUI for generating a tone in various Lisp dialects
Stars: ✭ 28 (+55.56%)
Mutual labels:  example
UmbracoAngularBackofficePages
Example project showing how to extend Umbraco with a custom tree and edit page using web api and angular
Stars: ✭ 55 (+205.56%)
Mutual labels:  example
dvc dask use case
A use case of a reproducible machine learning pipeline using Dask, DVC, and MLflow.
Stars: ✭ 22 (+22.22%)
Mutual labels:  example
medusa
The open-source Shopify alternative ⚡️
Stars: ✭ 12,655 (+70205.56%)
Mutual labels:  e-commerce
webpack-on-demand-loading
No description or website provided.
Stars: ✭ 16 (-11.11%)
Mutual labels:  example
eCommerceSearchBench
E-commerce search benchmark is the first end-to-end application benchmark for e-commerce search system with personalized recommendations.This work is joint with Prof. Jianfeng Zhan (http://www.benchcouncil.org/zjf.html) 's team, who is also the chair of International Open Benchmark Council (BenchCouncil, http://www.benchcouncil.org/).
Stars: ✭ 29 (+61.11%)
Mutual labels:  e-commerce
Smartshop
An e-commerce php/mysql website built from scratch (Deprecated)
Stars: ✭ 46 (+155.56%)
Mutual labels:  e-commerce
example-modules
Example PrestaShop modules
Stars: ✭ 98 (+444.44%)
Mutual labels:  example
FFMpeg-decode-example
Example how to use ffmpeg to decode video file.
Stars: ✭ 31 (+72.22%)
Mutual labels:  example
phaser-sat-example
An experiment that uses sat-js with Phaser.
Stars: ✭ 14 (-22.22%)
Mutual labels:  example

onlineshop

The Onlineshop is a virtual store on the Internet where customers can browse the catalog and select products of interest. The selected items may be collected in a shopping cart. At checkout time, the items in the shopping cart will be presented as an order. At that time, more information will be needed to complete the transaction.

Python Version Django Version

Abstract

Electronic Commerce is process of doing business through computer networks. A person sitting on his chair in front of a computer can access all the facilities of the Internet to buy or sell the products. Unlike traditional commerce that is carried out physically with effort of a person to go & get products, ecommerce has made it easier for human to reduce physical work and to save time. The main advantage of e-commerce over traditional commerce is the user can browse online shops, compare prices and order merchandise sitting at home on their PC.

The integration of information and communications technology in business has revolutionized relationships within organizations and those between and among organizations and individuals. Specifically, the use of internet in business has enhanced productivity, encouraged greater customer participation, and enabled mass customization, besides reducing costs.

Electronic commerce, commonly written as e-commerce, is the trading or facilitation of trading in products or services using computer networks, such as the Internet.

Modern electronic commerce typically uses the World Wide Web for at least one part of the transaction's life cycle, although it may also use other technologies such as e-mail.

Purpose of system

The Onlineshop is a virtual store on the Internet where customers can browse the catalog and select products of interest. The selected items may be collected in a shopping cart. At checkout time, the items in the shopping cart will be presented as an order. At that time, more information will be needed to complete the transaction. Usually, the customer will be asked to fill or select a billing address, a shipping address, a shipping option, and payment information such as a credit card number.

The Onlineshop is expanded permanently through new products and services to offer a product portfolio corresponding to the market. Private customers and business customers can order the selected products of the Online service online quickly and comfortably.

Running the Project Locally

First, clone the repository to your local machine:

git clone https://github.com/jamilnoyda/onlineshop.git

Install the requirements:

pip install -r requirements.txt --user

Create the database:

python manage.py migrate

Finally, run the development server:

python manage.py runserver

The project will be available at 127.0.0.1:8000.

License

The source code is released under the MIT License.

for more information follow this link

https://docs.google.com/document/d/1Hpy5DBsiqgm2xRa6s1edSRXzZn6bJSrqSpXzzd9OdBo/edit?usp=drivesdk

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