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.
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.
To run this application on your local machine, follow these steps:
- Clone the repository to your local machine:
git clone https://github.com/lytsl/decom.git
- Install the required dependencies:
pip install -r requirements.txt
- Run the following commands to set up the database:
python manage.py makemigrations
python manage.py migrate
- Finally, start the development server:
python manage.py runserver