https://github.com/codad5/wemall-frontend
This is an e-commerce website i built react.js and a API i built using PHP
https://github.com/codad5/wemall-frontend
api api-client php react
Last synced: about 2 months ago
JSON representation
This is an e-commerce website i built react.js and a API i built using PHP
- Host: GitHub
- URL: https://github.com/codad5/wemall-frontend
- Owner: codad5
- Created: 2022-03-22T09:25:03.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-08T02:56:58.000Z (almost 4 years ago)
- Last Synced: 2025-02-10T15:12:56.606Z (over 1 year ago)
- Topics: api, api-client, php, react
- Language: JavaScript
- Homepage: https://illustrious-kelpie-20db6a.netlify.app/
- Size: 1.28 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Getting Started with Wemall
To use the API I buit using PHP
##https://wemall.sanctablog.com/api/list/category/all
The API
### How to use
### --the API domain
https://wemall.sanctablog.com/api/
### --to get info on a particular products
https://wemall.sanctablog.com/api/product/what-you-want-to-get/productid
## Example
https://wemall.sanctablog.com/api/product/detail/624691646b5483.00700414
### To get list of products
https://wemall.sanctablog.com/api/list/what-you-want-to-get-the-list-based-on/the-search-query
## example
### --to get all products category
https://wemall.sanctablog.com/api/list/category/all
### --to get product with category cloth
https://wemall.sanctablog.com/api/list/category/cloth
### --to get all product with gender male
https://wemall.sanctablog.com/api/list/gender/male