Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 589 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 589 Bytes

Accounts API EduPay

This is the accounts API for the EduPay project.

How to run

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 accounts API:

npm run dev

Port

The accounts API will be running on port 3150.

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 3150 and 3199.