Skip to content

E-commerce API Backend using Django and Django Rest Framework (DRF)

Notifications You must be signed in to change notification settings

purneshkotian/E-commerce-API-Backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

E-commerce API

This is a Django-based RESTful API for an e-commerce application. It allows users to register, log in, and manage products, orders, and shopping carts. The API is secured using JSON Web Tokens (JWT) for authentication.

Features

  • User registration and authentication using JWT
  • CRUD operations for products
  • Order management
  • Shopping cart management
  • Integration with PostgreSQL database

Technologies Used

  • Django: Web framework for building the API
  • Django Rest Framework (DRF): Toolkit for building Web APIs
  • SQLite3: Relational database management system
  • djangorestframework-simplejwt: Library for JWT authentication

Installation

Prerequisites

  • Python 3.6 or higher

Clone the Repository

git clone https://github.com/purneshkotian/ecommerce-api.git
cd ecommerce-api

About

E-commerce API Backend using Django and Django Rest Framework (DRF)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages