All Projects → sajib1066 → django-ecommerce

sajib1066 / django-ecommerce

Licence: other
This is a E-Commerce Website

Programming Languages

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

Projects that are alternatives of or similar to django-ecommerce

abdulmoqueet.github.io
My Professional Portfolio
Stars: ✭ 17 (-85.22%)
Mutual labels:  css3, bootstrap4
Sharebook Frontend
Projeto frontend de código livre para o app Sharebook.
Stars: ✭ 59 (-48.7%)
Mutual labels:  css3, bootstrap4
Grav Theme Landio
Land.io is a carefully crafted landing page UI kit and landing page template built on Bootstrap 4, designed by Peter Finlan and developed by Taty Grassini.
Stars: ✭ 28 (-75.65%)
Mutual labels:  css3, bootstrap4
Efo
EFO是一个基于SpringBoot和Vue构建的文件分享系统,包括文件的上传与下载,文件的权限管理,远程文件管理等功能。
Stars: ✭ 327 (+184.35%)
Mutual labels:  css3, bootstrap4
Responsive-Mikrotik-Template
Responsive Mikrotik Template Base on Bootstrap 4
Stars: ✭ 35 (-69.57%)
Mutual labels:  css3, bootstrap4
Tony
An Elegant WordPress Theme Based on ✌️Vue.js | 基于 Vue.js 的简洁一般强大的 WordPress 单栏博客主题
Stars: ✭ 462 (+301.74%)
Mutual labels:  css3, bootstrap4
Root Bootstrap 4 Admin Template With Angularjs Angular 2 Support
Root is Boostrap 4 Admin Template with Angular 2 and AngularJS support
Stars: ✭ 54 (-53.04%)
Mutual labels:  css3, bootstrap4
HelpingHand
A Donation Website With Razorpay Payment Gateway Integration. Tech Stack Used- HTML, CSS, JavaScript.
Stars: ✭ 25 (-78.26%)
Mutual labels:  css3, bootstrap4
vue-resume
a live resume builder using VueJs
Stars: ✭ 72 (-37.39%)
Mutual labels:  css3, bootstrap4
Bootstrap4 Website
Website built with bootstrap 4 Framework
Stars: ✭ 124 (+7.83%)
Mutual labels:  css3, bootstrap4
DevHelpBox
we are creating this community so that other developers can get benefits of it.
Stars: ✭ 35 (-69.57%)
Mutual labels:  css3, bootstrap4
ozPanel
daha tanıdık bir görüntüde directAdmin teması
Stars: ✭ 13 (-88.7%)
Mutual labels:  css3, bootstrap4
Bs Stepper
A stepper for Bootstrap 4.x
Stars: ✭ 261 (+126.96%)
Mutual labels:  css3, bootstrap4
E Commerce 2 django
Guest register, user register, user login, user logout, account home page, product view history, change password, reset password, change name, send activation email when register, resend activation email, add shipping address, add billing address, add nickname to the addresses, edit shipping address, edit billing address, view list of your addresses, reuse shipping addresses when order products, reuse billing addresses when ordeer products, show sales analytics if staff or admin only using -chart.js-, get analytics data with Ajax, receive marketing email, change if user will receive marketing email or not by admin, send contact message with Ajax, products list, product detail, download product detail as a PDF file, download digital product files -if the user purchased that digital product only-, orders list, list of digital products files, order detail, download order detail as a PDF file, verify order ownership with Ajax -to secure order detail page-, show cart products, add or remove product from cart, checkout page, thanks page when order placed successfully, add or reuse payment method, add or reuse payment method with Ajax, search products by title, search products by description, search products by price, search products by tag title, write tags for products -by admin only-, auto fill contact email, full name if user logged in.
Stars: ✭ 20 (-82.61%)
Mutual labels:  css3, bootstrap4
bootstrap4-boilerplate
A Bootstrap v4.4.1 boiler plate with sass, concatenation, minification, autoprefixer, Browsersync, hot reloading and sourcemaps all runned by Gulp
Stars: ✭ 19 (-83.48%)
Mutual labels:  css3, bootstrap4
Nly Adminlte Vue
vuejs2 AdminLte3 template more than 50 components and 10 directives.such as collapse ,sidebar,container,infobox,breadcrumb,card,grid,dropdown,toast,navbar,timeline,icon,progress
Stars: ✭ 44 (-61.74%)
Mutual labels:  css3, bootstrap4
Fenice-Network
Building the job search portal which helps both recruiters and job seekers to get perfect jobs.
Stars: ✭ 20 (-82.61%)
Mutual labels:  css3, bootstrap4
Bona-Blog
An Open-Source Blogging Platform
Stars: ✭ 26 (-77.39%)
Mutual labels:  css3, bootstrap4
Clever Bootstrap 4 Admin Template With Angularjs Angular 2 Support
Clever is Boostrap 4 Admin Template with Angular 2 and AngularJS support
Stars: ✭ 98 (-14.78%)
Mutual labels:  css3, bootstrap4
hugo-lime
Hugo Lime is a business theme for GoHugo by https://uicard.io
Stars: ✭ 31 (-73.04%)
Mutual labels:  css3, bootstrap4

Django E-commerce Website.

Cloning the repository

--> Clone the repository using the command below :

git clone https://github.com/sajib1066/django-ecommerce.git

--> Move into the directory where we have the project files :

cd django-ecommerce

--> Create a virtual environment :

# Create our virtual environment
python -m venv venv

--> Activate the virtual environment :

windows

venv\scripts\activate

linux

source venv/bin/activate

--> Install the requirements :

pip install -r requirements.txt

--> Migrate Database

python manage.py migrate

--> Create Super User

python manage.py createsuperuser

Running the App

--> To run the App, we use :

python manage.py runserver

Then, the development server will be started at http://127.0.0.1:8000/

App Preview :

 

Landing page


More view on landing page

Documentation

You can check up django documentation page for any further information. Django Docs

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