Open Adriana-Cucos opened 1 year ago
Display the actor list using a hardcoded JSON. I recommend using json-server for a fake API. Use axios for API requests.
Display the actor list using JSON Server and Axios:
install JSON Server; create db.json file; install Axios; create an .env file; create a Log.service to log errors.
Display the actor list using a hardcoded JSON. I recommend using json-server for a fake API. Use axios for API requests.