Skip to content

lytsl/decom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coffee Machine E-commerce Application

This is a web-based e-commerce application built with Django, HTML, CSS, and Bootstrap for a coffee machine company. The application allows customers to purchase coffee machines and related accessories online.

Features

The key features of the application are:

  • User authentication: Users can create accounts, log in, and log out.
  • Product catalog: Users can browse through a range of coffee machines and accessories available for purchase.
  • Product details: User can add see details of product purchase it.
  • Shopping cart: Users can add products to their shopping carts and proceed to checkout.

Installation

To run this application on your local machine, follow these steps:

  1. Clone the repository to your local machine:
git clone https://github.com/lytsl/decom.git
  1. Install the required dependencies:
pip install -r requirements.txt
  1. Run the following commands to set up the database:
python manage.py makemigrations
python manage.py migrate
  1. Finally, start the development server:
python manage.py runserver

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published