Skip to content

Online toy store based on django and rest framework

Notifications You must be signed in to change notification settings

kezb90/toy_shop

Repository files navigation

Toy Shop Django Project

Overview

This Django project, named Toy Shop, is an online web application that serves as a toy store. It includes features such as a blog for articles, a product catalog, a shopping basket for adding products, and a payment system for processing orders.

Features

  1. Blog Module: Allows users to read and explore articles categorized by different topics.

  2. Product Module: Provides a product catalog with details such as product name, description, category, stock, and price.

  3. Shopping Basket: Users can add products to their shopping basket for a seamless shopping experience.

  4. Payment System: Integrates a payment system for users to complete their orders securely.

Installation

  1. Clone the repository to your local machine.

    git clone https://github.com/your-username/toy-shop.git
  2. Install the required dependencies.

    pip install -r requirements.txt
  3. Apply migrations to set up the database.

    python manage.py migrate
  4. Create a superuser to access the Django admin panel.

    python manage.py createsuperuser

    Follow the prompts to create a superuser account.

  5. Run the development server.

    python manage.py runserver

    The application will be accessible at http://localhost:8000/.

Usage

  1. Access the Django admin panel to manage content.

  2. Explore the main pages:

Contributing

Contributions are welcome! If you find any issues or have suggestions, feel free to open an issue or create a pull request.

License

This project is licensed under the MIT License.

About

Online toy store based on django and rest framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published