luizsonego / dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

POST:

 curl -i -H "Accept:application/json" -H "Content-Type:application/json" -XPOST "http://localhost:8080/customers/create-customers" -d '{"name": "Maria Aparecida de Souza", "email": "mariasouza@email.com", "cpf":"81258705044"}'

GET:

curl -i -H "Accept:application/json" "http://localhost:8080/customers/get-customers"

DB:

php yii migrate    

Run:

php yii serve

About

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:JavaScript 85.9%Language:PHP 13.3%Language:CSS 0.7%Language:Batchfile 0.2%