-
Notifications
You must be signed in to change notification settings - Fork 1
Api Gateway
Vishal Patel edited this page Feb 12, 2020
·
1 revision
Terminal: python app.py
pip install flask
pip install -U flask-cors
PORT = 5000
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.
Run process in following order:
- Run RabbitMQ
- Run App.py
- Run Wamp/lamp/xamp
- Session Management
- Run ReactJs
- Run Post processing
- Model Execution
- Data Retrievel