novareach-solutions / movemate

0 stars 0 forks source link

Dev/mov 13 Initialize API Gateway and Add Logging Middleware #19

Open abdul-ahad12 opened 2 months ago

abdul-ahad12 commented 2 months ago

This PR introduces the initialization of the API Gateway in the NestJS application. It includes the addition of a middleware for logging purposes. Currently, the logging middleware is set up to log messages to the console, providing a foundational layer for monitoring and debugging.

linear[bot] commented 2 months ago
MOV-13 Develop API Gateway

* Set up a NestJS project for the API Gateway, implement basic routing logic, and add request logging middleware.