I designed my database diagram (11 entites) for my prototype application. I need to have a REST API on top of this, which will allow me to create a prototype Android tablet application that will talk to him.
Given this only for prototypes. What would be a quick way to get the API and run it, which would allow me to get, put, delete, etc.
Security at this point is not a problem, so even if all the added editing changes were open, that would be nice.
My initial idea is to build this with PHP and MySQL, perhaps using the Yii framework to help, but I feel there might be something that could be faster for my purpose.
Any thoughts or recommendations or tips?
source
share