Skip to content

Welcome to the DjangoMart e-commerce project using Django and SSLCommerz. This project simplifies the process of setting up an online store with features like user authentication, product categories, shopping carts, search functionality, review products, payment gateway, order management, and an intuitive admin panel for easy store customization.

Notifications You must be signed in to change notification settings

mahedihshayek/django_mart

Repository files navigation

DjangoMart

Welcome to the DjangoMart e-commerce platform using Django and SSLCommerz authentication. This project simplifies the process of setting up an online store with features like user authentication, product categories, shopping carts, search functionality, review products, payment gateway, order management, and an intuitive admin panel for easy store customization.

Project Structure

Django Mart is organized into several key components:

accounts: User authentication functionality. cart: Shopping cart management. category: Product category management. django_mart: Core application for the e-commerce platform. media/photos: Storage for product images. orders: Order management system. photos/products: Product images storage. static: Static files for your Django project. store: Store-specific functionalities. templates: HTML templates for the project.

Getting Started

  1. Clone this repository to your local machine. git clone https://github.com/hassanshayek/django_mart.git
  2. Install the required dependencies: pip install -r requirements.txt
  3. Apply migrations to create the database: python manage.py migrate
  4. Create a superuser for admin access: python manage.py createsuperuser
  5. Start the development server: python manage.py runserver
  6. Access the admin panel at http://localhost:8000/admin/ and begin configuring your e-commerce store.
  7. Explore the accounts, categories, stores, and other components to customize your online store as needed.

Contributing

We welcome contributions to improve and extend Django Mart. If you'd like to contribute, please follow our contribution guidelines.

License

This project does not need any license. Just give me credit.

More

For more information about Django Mart, please visit our website: mahsha2.pythonanywhere.com. Thank you!

About

Welcome to the DjangoMart e-commerce project using Django and SSLCommerz. This project simplifies the process of setting up an online store with features like user authentication, product categories, shopping carts, search functionality, review products, payment gateway, order management, and an intuitive admin panel for easy store customization.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published