Install python modules Flask and MySQL-python
pip install Flaskand
pip install MySQL-pythonTo make calls to the API for testing purposes, a simple script was designed with node. To install node:
apt-get install -y nodejsTo execute the tests, the node modules included in the package.json must first be installed with the node package manager (npm):
npm installTo run the test:
node api_test.js