Skip to content

E-Commerce Website built using HTML, CSS, JavaScript, Django, and AJAX.

Notifications You must be signed in to change notification settings

SuryaPratap2542/Dream-Creation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dream-Creation

This is an e-commerce website built using HTML, CSS, JavaScript, Django, and AJAX. The website allows users to browse products, add them to the cart, place orders, and manage their profile and address information.

Features

  • User authentication: Users can create accounts, log in, and log out.
  • Product browsing: Users can browse different categories of products.
  • Cart functionality: Users can add products to the cart, update quantities, and remove items.
  • Checkout process: Users can proceed to checkout, enter shipping details, and place orders.
  • Order history: Users can view their order history and track the status of their orders.
  • Profile management: Users can manage their profile information and update their addresses.

Installation

  1. Clone the repository: git clone https://github.com/your-username/e-commerce-website.git
  2. Change into the project directory: cd e-commerce-website
  3. Install the dependencies: pip install -r requirements.txt
  4. Apply the database migrations: python manage.py migrate
  5. Run the development server: python manage.py runserver
  6. Access the website in your browser at http://localhost:8000

Screenshots

Home Page

![Home Page] image image

Product Detail Page

![Product Detail Page] image

Cart Page

![Cart Page] image

Checkout Page

![Checkout Page] image

Contributing

Contributions are welcome! If you have any ideas, suggestions, or bug reports, please open an issue or submit a pull request.

License

This project is licensed under the MIT License.