This repository was archived by the owner on Jan 10, 2020. It is now read-only.
Repository files navigation
Get lists brands: /api/brands method get
Add brands: /api/brands method post
Get brand by id: /api/brands/{id} method get
Update brand: /api/brands/{id} method PUT
delete brand: /api/brands/{id} method DELETE
Get lists categories: /api/categories method get
Add categories: /api/categories method post
Get category by id: /api/categories/{id} method get
Update category: /api/categories/{id} method PUT
delete category: /api/categories/{id} method DELETE
Get lists customers: /api/customers method get
Add customers: /api/customers method post
Get customers by id: /api/customers/{id} method get
Update customers: /api/customers/{id} method PUT
delete customers: /api/customers/{id} method DELETE
Get lists users: /api/users method get
Add users: /api/users method post
Get users by id: /api/users/{id} method get
Update users: /api/users/{id} method PUT
delete users: /api/users/{id} method DELETE
Get lists products: /api/products method get
Add products: /api/products method post
Get products by id: /api/products/{id} method get
Update products: /api/products/{id} method PUT
delete products: /api/products/{id} method DELETE
login: /api/login method post
logout: /api/logout method post
Url api register, refresh
register: /api/register method post
refresh: /api/refresh method post
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Languages
PHP
66.2%
HTML
19.0%
Vue
13.7%
Other
1.1%
You can’t perform that action at this time.