// for the backend needed dependencies // need to install react-router-dom npm install cors npm i mysql express
-
to run the backend-- node server.js
-
to run the frontend -- npm start
-
if using another pc, need to download mysql database or else the backend won't work