Spring 2022 Project Team
- Rushikesh Pharate
- Piyush Nalawade
- Aishwarya Sinhasane
To run plot microservice follow below steps:
-
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
-
Server is now running at http://localhost:5002