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.
Documentation of APIs would be added very shortly.
Refer Setup for instructions on setting up this project.
- Create User
- Add products to the database
- Add products to the cart
- List all users
- Query products using product name
- Pagination
- 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