Project Assignment
Steps to run the project:
First Download the repo present here and this repository to your local system.
Now open the projects and run
Project 1 will run on port 8080 and project 2 will run on 8000 in your system.
send a post request from project 2
localhost:8000/api/call_service
with payload as
{ "text" : "text data here" }
Project 2 will send the request to project 1 which will give the list of top 10 most occurrence words
and the output will be return by project 2.
###Note: it is important to run both project together.