https://github.com/codad5/wemall
This is an Open source E-Commerce Web App to make E-Commerce Application cross platform through an API and can manage all content through our Admin dashboard . This project is built in PHP OOPS and also has rest-API to aid easy development in other technology like react.js. The API is now ready and I might abandon this frontend is this repo to use react all through this project
https://github.com/codad5/wemall
es6 javascript php phpmyadmin-database sql
Last synced: 9 months ago
JSON representation
This is an Open source E-Commerce Web App to make E-Commerce Application cross platform through an API and can manage all content through our Admin dashboard . This project is built in PHP OOPS and also has rest-API to aid easy development in other technology like react.js. The API is now ready and I might abandon this frontend is this repo to use react all through this project
- Host: GitHub
- URL: https://github.com/codad5/wemall
- Owner: codad5
- Created: 2022-02-16T00:36:35.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-11T22:56:37.000Z (over 3 years ago)
- Last Synced: 2025-02-10T15:12:53.838Z (11 months ago)
- Topics: es6, javascript, php, phpmyadmin-database, sql
- Language: PHP
- Homepage: https://wemall.sanctablog.com/
- Size: 4.81 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Using Wemall
## the baseurl
>
# To get list of all the product
> #### Sample URL
> `https://wemall.sanctablog.com/api/list/search-base/search-param`
> #### USE CASE
> ###### To get list of all items
>
> ###### To get list of product with category of cheap
>
> ###### To get list of all gender type
> >
> ###### or
> >
> ###### To get list of price Lesser than 10,000
> https://wemall.sanctablog.com/api/list/price/!>10000
> ###### To get list of price equal to 1000
>
> ###### Table for using getting list from api
> | Search base | Search keyword |
> |:---| :---: |
> | Category | any |
> | Gender | all, unisex, male, female |
> | Price | Greater `>`, lesser `!>` , equal |
> ######
> ######
>
# Todo
- [ ] Document Single Product Search Api
- [ ] Document Payment Api usage
- [ ] Create Auth for users