This is a Node server that demonstrates using an API with a common relational database
This API performs GET, POST, PUT, and DELETE operations on a table created in MySQL database. It also is a porxy server for a random external api, in this case it is a Telegram Messaging API.
Project is created with:
- express
- body-parser
- cors
- mysql
- dotenv
- nodemon
- node-fetch