Generating HTTP endpoints for MySQL database

sirwanafifi

Sirwan Afifi

Posted on May 3, 2020

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.

💖 💪 🙅 🚩
sirwanafifi
Sirwan Afifi

Posted on May 3, 2020

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related