Freddy444 / Songrating-Freddy.Max

MIT License
0 stars 0 forks source link

Issue#40-integrate front end w/ back end #76

Closed max-opps closed 10 months ago

max-opps commented 11 months ago

Sending HTTP requests from your frontend to the backend is crucial. You can use an HTTP request library like Axios (https://axios-http.com/) or React fetch to achieve this. You can import axios using import axios from "axios"; and then, for example: [see picture on #4 in hw 3]

Freddy444 commented 10 months ago

Implement HTTP requests from the frontend to the backend using Axios or React fetch.

Freddy444 commented 10 months ago

Ensure seamless communication between the React app and the PHP/MySQL backend.