Skip to content

maifeeulasad/Free-Cart-Client

Repository files navigation

Free-Cart-Client

Getting ready for own deployment :

API

  • GET /product/featured/

    [
      {
        "id": "string id",
        "name": "product name",
        "title": "product title",
        "details": "product details",
        "tags": ["tag1", "tag2"],
        "price": 0,
        "discount": 0,
        "image": "",
        "availability": 100,
        "minimum_order":1,
      },
      ...
    ]
    
  • POST /product/order/

    {
      user_details: {
        name: 'name',
        address: 'address',
        contact: 'contact number'
      },
      cart_items: { '1': { count: 1, price: 440 }, '4': { count: 5, price: 3350 } }
    }
    

Snaps :

Home Home with a few orders
home-free cart client-mua-maifee home with order-free cart client-mua-maifee
Cart Checkout/Place Order
cart-free cart client-mua-maifee checkout/place order-free cart client-mua-maifee

Custom build :

If you need custom feature, you can contact with me. I think we can come to some sort of agreement

Features like :

  • implement login
  • basic
  • jwt
  • oauth2
  • group product by tag
  • add analytics
  • add location suppport
  • product suggestion(backend in django or node using tensorflow)

Need server ?

Build your own or contact me