I created a database.sql file to query my database and embedded as part of my slim Api
I created two endpoints for the api, one for adding products, the other for listing products
I also added a readme to show the endpoints for the api
Nice work, Blessing. We can make this PR to be even "slimmer". I will comment on files that I think are not needed for this task and you should be able to delete those
Intoduction to slim php task
I created a database.sql file to query my database and embedded as part of my slim Api I created two endpoints for the api, one for adding products, the other for listing products I also added a readme to show the endpoints for the api