Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 567 Bytes

README.md

File metadata and controls

22 lines (11 loc) · 567 Bytes

RESTapi w/ JSON Server

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.