This is the query API for the EduPay project.
To run the query API, you need to have installed Node.js.
Then, you need to install the dependencies:
npm install
Remenber to run the database and the API GATEWAY before running the API.
Finally, you can run the query API:
npm run dev
The Query API will be running on port 3100.
You can create instances by changing the port number in the app.js file and running the API again. The assign port must be between 3100 and 3149.