A Dummy API is useful during development and testing when live data is either unavailable or unreliable. As someone who wants to practise developing e-commerce websites, it might be hard to find any dummy data to use as a placeholder throughout the development phase. Some e-commerce platform provide Apis but, these APIs are complex in implementation and includes Authorization.
Please don't forget to star this repo if you find it useful! It will be much appreciated by a novice like myself.
- Supports Pagination.
- Supports Dummy users.
- Supports filter like, product name, price range, ratings range, total sales, category.
- Supports Token authentication.
- Each products has 3 different size of images.
- add GraphQL support.
- dummy cart.
- add checkout functionality.
- add products details in other categories.