Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 960 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 960 Bytes

django-ecommerce-graphql

Overview

This is an ecommerce projects built with Django and GraphQL. This project will include complete backend of ecommerce website with each and every basic operations which is needed for an ecommerce webiste.

Backend APIs are built using Graphene client(GraphQL). Anyone can use this project as a base project and build their ecommerce websites by changing their necessary requirements.

Note

Documentation of APIs would be added very shortly.

Setup

Refer Setup for instructions on setting up this project.

Current Progress

  • Create User
  • Add products to the database
  • Add products to the cart
  • List all users
  • Query products using product name
  • Pagination

Roadmap

  • Add Authentication
  • Update Product schema in database (add every minute detail)
  • Introduce product categories
  • Add wish list for a user
  • Save orders of a user
  • Add API Documentation