.Net Framework/.Net Core + Restful Web API + Scrapping

Job ID: 35293838

Budget: $10 – $30 USD

In this exercise you will have to set up a celebrity system with the following requirements:
- The system will display a table of celebrities, for each celebrity: name, date of birth (if any), gender (male/female), position
(actor/actress/producer, etc.), photo
- The user will be able to delete or reset all information.

In the technical aspect:
Client Side
- Will be developed in any technology you choose. No need to invest in this part.

Server Side
-.Net Framework/.Net Core + Restful Web API
- The information must be collected from the website https://www.imdb.com/list/ls052283250/ by reading
Scraping.
- The data must be saved in a Json file (note that collecting the information from the website is part of the exercise)
- The delete operation will delete the record that the user requested to delete from Json and update a view.
-The reset operation will restore the data to the starting point

Highlights:
- Simplicity must be maintained on the development side
- There is no need to support Scale
-No need to support asynchronous calls

- External free components can be used
- The code on the server will be divided into models and layers (no need for plurals)
Related categories: .NET Web Scraping C# Programming