API gateway acts as a reverse proxy, routing API requests from clients to services. Usually it also performs authentication and rate limiting, so the services behind the gate don't have to.
This demo is based on a dummy Traveling project where we have services to rent a car and book a hotel. Check out short tutorials: