• Stars
    star
    189
  • Rank 204,649 (Top 5 %)
  • Language
    CSS
  • Created almost 5 years ago
  • Updated 7 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

This is an E-Commerce Website

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

More Repositories

1

school_management_system

This is an School Management Software
CSS
231
star
2

event-calendar

Django-based Event Calendar application.
JavaScript
231
star
3

django-event-management

This is an Event Management System
JavaScript
139
star
4

inventory-management

This is a inventory management system
HTML
108
star
5

personal_portfolio

This is a Personal Portfolio Website
SCSS
41
star
6

django-blog

Django Blog Application
HTML
22
star
7

django-jobportal

This is a Job Portal Making by Django Web Framework
CSS
11
star
8

django-boilerplate

Boilerplate for any django projects with HTML, CSS, Bootstrap.
HTML
10
star
9

face-authentication

Face Detection System in Django
CSS
6
star
10

opencv

Here is my OpenCV Project
Python
6
star
11

django-authentication

This is Django Login Register App
CSS
6
star
12

university-management-system

This is an University Management System Software
JavaScript
4
star
13

job-finder-backend

job-finder-backend
Python
3
star
14

sajib-cheatsheet

It's my personal cheatsheet.
3
star
15

django-oscar-ecommerce

Django based e-commerce application.
Python
3
star
16

django-contactforms

Django Contact Forms Package
Python
2
star
17

student-admission-portal

This is a Student Admission Portal Application.
Python
2
star
18

wannachat

Realtime Chat Application
JavaScript
2
star
19

django-portfolio-cms

Django Portfolio CMS
HTML
2
star
20

ERP

HTML
2
star
21

sajib-notes

This is my Personal Blog Application.
CSS
2
star
22

sajib1066

README.md of my GitHub profile
2
star
23

django-photographer-website

This is a photographer portfolio website.
Python
1
star
24

hello-github-actions

Dockerfile
1
star
25

django-admin-boilerplate

Django Dashboard Boilerplate
JavaScript
1
star
26

odoo-development

Odoo Development Cheat Sheet
1
star
27

Calculator

Calculator Desktop Application by Java
Java
1
star
28

single-sign-on

Django based single sign on(SSO)
CSS
1
star
29

e-ticket-platform

This is an E-Ticket Platform for Purchase Bus, Train, Air Tickets
Python
1
star
30

pybook

ΰ¦ͺাইবুক
1
star
31

sajib1066.github.io

This is my resume website
HTML
1
star
32

portfolio

HTML
1
star
33

CurrencyConverterApp

This is a Currency Converter App using Flask and Webscraping
HTML
1
star