SETUP
- open 2 terminals, one in the frontend dir, the other in the backend dir
- run "npm install" in both terminals
- run "npm run start" in the frontend terminal
- run either "npm run start" or "npm run dev" in the backend terminal
Note: It is expected that you have a database named "reactdata" with a table "fakestore_catelog" in order to run this webpage