Skip to content

Gateway Service

Rushikesh Pharate edited this page Feb 8, 2022 · 5 revisions

Working

The gateway service is used to route requests to the correct API. Gateway is responsible to route ever user request to API and also to authenticate the user and session of the user.

Technologies Used

  • Python Flask
  • Kafka
  • MongoDB

How to Run

  • Go to the gateway-service folder
  • Install Pipenv
  • For MAC
* brew install pipenv
* pipenv --python 3.8.9 (i.e This is used to create virtual environment of python v3.8.9)
* pipenv shell (i.e Activates virtual environment)
* pip install -r requirements.txt
  • Now run the python app.py command

Service Port

port 5006

API Documentation

https://documenter.getpostman.com/view/4946631/UVeFP7Zo