This is an e-commerce backend built with Django Rest Framework which has the core features of a typical ecommerce site.
- Product
- Order
- Payment (including a endpoint for Refund)
- Authentication
You can find swagger API documentaions here
Also, Redoc documentation is available: redoc
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.