nisarg1499 / django-ecommerce-graphql

Ecommerce backend developed in GraphQL APIs(Graphene) in Django

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Ecommerce backend developed in GraphQL APIs(Graphene) in Django

License:MIT License


Languages

Language:Python 100.0%