This service is responsible for routing requests to the appropriate service. It is the entry point for all requests.
GET /gateway-health
- Returns status update for the application.
PORT
- Port on which the service will run. Default is4000
.
- Run
npm install
to install all dependencies. - Run
npm run dev
to start the service. - The service will be available at
http://localhost:4000
.