Skip to content

Api Gateway

Vishal Patel edited this page Feb 12, 2020 · 1 revision

Quick run

Terminal: python app.py

Libraries to install

pip install flask

pip install -U flask-cors

Running on port

PORT = 5000

Detail:

Here Flask is used for building API gateway, Api gateway is used to redirect all requests from front end to respective microservices. It is also used to store username after successful login, to keep track of operations performed by the user Ex. Searches made by user.

Instructions:

Run process in following order:

  1. Run RabbitMQ
  2. Run App.py
  3. Run Wamp/lamp/xamp
  4. Session Management
  5. Run ReactJs
  6. Run Post processing
  7. Model Execution
  8. Data Retrievel
Clone this wiki locally