Skip to content

ShopLand | Shoping Website - Made Base On Django Tutorial & Second Django Project

Notifications You must be signed in to change notification settings

DiarTor/shopland

Repository files navigation

Shop Website Project

This project is a website for a shop, designed to showcase products and allow customers to make purchases online.

Features

  • List of products with descriptions and prices
  • Shopping cart functionality
  • User account creation and login
  • Checkout process
  • Order history for users
  • And much more...

Technologies Used

  • Frontend: HTML, CSS, JavaScript
  • Backend: Python, Django
  • Database: SQLite

Installation

  1. Clone the repository.
  2. Install dependencies with pip install -r requirements.txt.
  3. Create a database with python manage.py makemigrations.
  4. Migrate the database with python manage.py migrate.
  5. Start the server with python manage.py runserver.

Usage

  • Visit the website and browse products.
  • To use the admin panel visit http://127.0.0.1:8000/admin/.
  • To create an admin account use python manage.py createsuperuser.
  • Add items to the cart and proceed to checkout.
  • Create an account to save order history.

Contributing

We welcome contributions! Fork this repository, make changes, and submit a pull request.

Credits

About

ShopLand | Shoping Website - Made Base On Django Tutorial & Second Django Project

Topics

Resources

Stars

Watchers

Forks