- Read PHP Cookbook, 3rd Edition (David Sklar; Adam Trachtenberg) Chapter 15 – Serving RESTful APIs.
- Implement PHP code to read products from your database with a GET request.
- Download and install PostMan https://www.getpostman.com/apps
- Use PostMan to test your new REST function.
- Read this article and evaluate your design against it https://www.vinaysahni.com/best-practices-for-a-pragmatic-restful-api
Month: October 2018
Atom Cheat Sheet
Docker PHP + Apache + MySQL
How to run a Docker container with PHP + Apache + MySQL.
Docker MySQL
How to run a Docker container with MySQL server.