An open API service indexing awesome lists of open source software.

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

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