Skip to content

MohammadHossein007/Shop-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shop API Based On Django And DRF

This is RESTful API based on django REST framework, which allows users to browse and add the products to the shopping cart and order them they can also write reviews for products, and has a customized admin panel for managing products and users.

🛠️ Tech Stack

  • Backend: Django (Python), Django REST framework
  • Database: SQLite (default for development)

🔧 Setup Instructions

  1. Clone the repository
    git clone (https://github.com/MohammadHossein007/Shop-API)
    cd Shop-API
    
  2. Create and activate virtual environment
     python -m venv venv
     source venv/bin/activate  # On Windows: venv\Scripts\activate
    
  3. Install dependencies
    pip install -r requirements.txt
    
  4. Apply migrations
    python manage.py migrate
    
  5. Run the server
    python manage.py runserver

About

Shop project based on Django and DRF

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages