Adriana-Cucos / actokedavra

0 stars 0 forks source link

Display the actor list #41

Open Adriana-Cucos opened 1 year ago

Adriana-Cucos commented 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.

Adriana-Cucos commented 1 year ago

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.