/drf_ecommerce

Built with Python/Django Rest Framework.

Primary LanguagePython

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