Skip to content

ikramovna/drf_ecommerce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ecommerce Rest API


An Ecommerce Store Backend to Sell Products. Built with Python/Django Rest Framework.

Table of Contents

Introduction

The DRF-Ecommerce-API offers API endpoints that enable the sale of tangible goods.

Features

Several functionalities are available through this application:

  • Admin can create/update/delete Product, Category
  • Admin can create/update/delete Product Detail
  • Authenticated Users can make POST requests to Product Category & Product Detail
  • Unauthenticated Users can only make GET requests to Product Category & Product Detail
  • Users can SignUp to be authorized

Installation Process

  1. Create a Virtual Environment virtualenv projectenv
  2. Go To environment Directory cd projectenv/apps
  3. Activate Virtual Environment activate
  4. Install Required Package pip install -r requirements.txt
  5. Migrate Database python manage.py migrate
  6. Finally Run The Project python manage.py runserver

Feedback

Feel free to send me feedback on file an issue. If you wish to contribute, please feel free to do so!

Screenshot from 2023-05-28 23-12-33

About

Built with Python/Django Rest Framework.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages