Question: https://archive.ics.uci.edu/ml/datasets/Reuters-21578+Text+Categorization+Collection Problem: Create a REST API that allows you to explore the data set above. You can use any one of the .sgm files in
https://archive.ics.uci.edu/ml/datasets/Reuters-21578+Text+Categorization+Collection
Problem: Create a REST API that allows you to explore the data set above. You can use any one of the .sgm files in the data set, you may import the data into a data store if you want to. You are expected to use java and REST and any other technology of your choice
Expected APIs
1. API to list content
2. API to search content
3. API get a specific content by id/any identifier (are these just setter and getter methods if I am using Java?)
Could someone walk me through step by step along with the solution for this problem?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
