DEV Community

Sirwan Afifi
Sirwan Afifi

Posted on

Generating HTTP endpoints for MySQL database

Here's a simple application I have written to generate HTTP endpoints for a given MySQL database; which is basically a way to expose your MySQL database as a RESTful API. This project is inspired by php-crud-api which does the same thing but in a great and advanced way. I did this as an experiment to learn new things. At the moment it only supports GET requests. Let me know what you think and we can change it accordingly.

https://github.com/SirwanAfifi/node-crud

Please give it a try. I would be glad If you would like to contribute.

Top comments (0)