This is the official repository for ApiGateway.
Make sure you have Node.js (version 18) installed. Then, clone the repository:
Install the dependencies:
npm installNote: use node v20
You can start the server by running the following command:
npm startFor development, you can use the following command, which automatically restarts the server when changes are made to the files:
npm run devMIT