Skip to content

PyStore is an online store project created using the Python language and the Django framework. It has a clean and simple design, providing customers with a straightforward shopping experience.

Notifications You must be signed in to change notification settings

kacperosko/PyStore

Repository files navigation

PyStore

yStore is an open-source online store built using Python and the Django framework. It offers a clean and intuitive shopping experience, designed to simplify the process for both customers and developers.

Table of Contents

Installation

Requirements:

  • Python 3.10

Clone and Setup

You can quickly get PyStore up and running by following these steps:

  1. Clone the repository:
git clone https://github.com/kacperosko/PyStore.git
cd PyStore
  1. Install the required dependencies:
pip install -r requirements.txt
  1. Run local server
python manage.py runserver

Using Docker

Alternatively, you can use Docker to simplify the setup:

  1. Build the Docker image:
docker build .
  1. Start the application using Docker Compose:
 docker-compose up

Features

PyStore comes with a range of features to enhance your online shopping experience:

  • Shopping Cart: Seamlessly manage your shopping cart, which is stored in the session.
  • User Orders: Keep track of your order history.
  • Dark and Light Mode: Choose between dark and light themes for a personalized experience.
  • Blog Section: Stay informed with a blog section and a comments module.
  • Discount Handling: Easily apply discounts to your purchases.

All components have been meticulously designed using Vertabelo to ensure the highest quality architecture. You can check the design here

Demo

Explore a live demo of PyStore at pystore.pythonanywhere.com

Screenshots

Here are some snapshots of PyStore: alt text alt text alt text alt text alt text

About

PyStore is an online store project created using the Python language and the Django framework. It has a clean and simple design, providing customers with a straightforward shopping experience.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published