Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 635 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 635 Bytes

ApiRestMuscana

Api Rest Full para consumir servicios de Muscana

Siguiendo la guía: https://www.codeofaninja.com/2017/02/create-simple-rest-api-in-php.html

GIT

git init

git remote add origin https://github.com/creacodigos/ApiRestMuscana.git

git pull origin master

Creando directorios

mkdir config objects product category shared

Creando archivos

touch config/core.php config/database.php objects/product.php objects/category.php product/create.php product/delete.php product/read.php product/read_paging.php product/read_one.php product/update.php product/search.php category/read.php shared/utilities.php