/procure

An e-commerce backend which is written in Django Rest Framework. Implement core e-commerce features with payment integration using Paystack.

Primary LanguagePython

Procure

This is an e-commerce backend built with Django Rest Framework which has the core features of a typical ecommerce site.

Core Features

  • Product
  • Order
  • Payment (including a endpoint for Refund)
  • Authentication

API endpoints documentation

You can find swagger API documentaions here

Also, Redoc documentation is available: redoc


Project Summary

The website displays products. Users can add and remove products to/from their cart while also specifying the quantity of each item. An address must be provided in order to progress with check out.