About
-This is a REST-api project based on a json api.
-Start json-server and watch db_final.com.
-Put an endpoint url and get the response.
-the client : Javascript requests a json array of news and display it in an HTML page.
Answers:
"cache-control": "no-cache" : Cache-control is an HTTP header that decides about browser caching, caching can avoid sending more requests by saving responses locally.