Skip to content

I built an ecommerce platform for a client that specializes in auto parts sales. It was constructed using the Django framework, which is based on the Python programming language.

Notifications You must be signed in to change notification settings

DonGuillotine/auto-sales

Repository files navigation

Dapperautoparts.

Dapperautoparts is an e-commerce platform I built for a Client using the Django framework, offering a comprehensive inventory of auto parts for customers to purchase with ease.


It features a responsive user interface designed for optimal viewing and navigation on any device. It allows users to easily browse and purchase auto parts regardless of the device they use to access the platform.

Dapperautoparts offers a multi-currency feature, allowing customers to view and purchase products in US dollar, Naira, Euro and British pound sterling. This feature is achieved through integration with Open Exchange Rates API, ensuring accurate and up-to-date currency conversions.

The product detail page offers comprehensive information, including images, specifications, pricing and a review area for customer feedback.

An easy checkout and payment process, allowing customers to quickly and securely purchase their desired auto parts.

The Contact page enables customers to easily reach out for support or inquiry through various means such as phone, email, and contact form.

The terms and policies page provides customers with detailed information about the platform's policies and terms of use.

The customer's dashboard features includes an order history, the ability to edit profile and change password, check purchase history, manage account and track orders.

The Administrator's dashboard provides a centralized control panel for managing the platform, including monitoring customer activity, managing products, tracking orders, and managing user accounts.

Contributing to Dapperautoparts.

I welcome and appreciate contributions to this open-source project!

Getting Started

  1. Fork this repository on GitHub
  2. Clone this repository to your local machine
  3. Create a new branch for your changes

Making Changes

  1. Add your changes
  2. Run tests (if applicable)
  3. Commit your changes with a clear and descriptive commit message

Submitting a Pull Request

  1. Push your changes to your fork on GitHub
  2. Open a Pull Request and include a clear and descriptive title and explanation of your changes
  3. I will review and merge your changes

Additional Resources

Django Installation Guide

Django Logo

This guide will help you install Django for the first time on your local machine.

Prerequisites

  • Python3 installed on your machine

Installation

  1. Open the terminal and run the following command to install Django:
pip install django
  1. Verify the installation by running the following command:
django-admin --version

You should see the version number of Django that you just installed.

Create a Django Project

  1. Open the terminal and navigate to the desired directory where you want to create your Django project.
  2. Run the following command to create a new Django project:
django-admin startproject projectname

Replace "projectname" with the name of your project.

Run the Development Server

  1. Navigate into the project directory using the following command:
cd projectname
  1. Run the following command to start the development server:
python manage.py runserver

Your Django project is now up and running on your local machine. Open your web browser and go to http://127.0.0.1:8000/ to see the default Django page.

Happy Coding!

About

I built an ecommerce platform for a client that specializes in auto parts sales. It was constructed using the Django framework, which is based on the Python programming language.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages