Skip to content

Building a robust backend system using Django for an ecommerce website, catering to users seeking to purchase books with seamless browsing, cart functionality, and future expansion for user and order management.

License

Notifications You must be signed in to change notification settings

pratikroy311/django-book-store

Repository files navigation

Django Book Store

Note: In development stage

Objective:

We need to build a backend system that can support different features of an ecommerce website. Our end user is going to be someone who wants to purchase a book from our store and query about different books. So we need a robust system to give them the best experience possible.We will be building the whole backend keeping the fact that the code base should be as maintainable as possible. We will be using bootstrap for vary basic UI inteface.

Requirements:

  • Store: To see all the available items/categories. View product details like price,decription,availability etc.
  • Basket: Add to cart functionality. More features will be added like user,payment and order management system, wish listing products

Store:

  • Products and category
  • simple UI for homepage, products, category.
  • Detail page for each product

Basket with session Handling:

we are doing site-wide session handling here. If a user adds multiple elements to the basket, the cart gets updated
  • Add to basket(multiple items)
  • view all items in basket
  • Delete from basket
  • Update basket

User management:

  • signup
  • login/logout

About

Building a robust backend system using Django for an ecommerce website, catering to users seeking to purchase books with seamless browsing, cart functionality, and future expansion for user and order management.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published