Write a restful webserver that can communicate with two pre-written servers and provide post and get apis that can receive requests from a frontend (postman for example), communicate with the other two services, do some calculations and return the proper results back to frontend. Write unit-testing and integration testing. Create a readme file and record a five minute voice that explains different parts of the code and how it works.