This project has: Front end React JS running on port 3000 for displaying data. URL: http://localhost:3000/ Back end Express API running on port 9000 for fetching data. URL: http://localhost:9000/fetchData
Make sure Node.js is installed Download and import project to local Give commands: npm install & npm update
Go to client folder location in the project (mentor) Give command: npm start (To start React application) Go to server folder location in the project (api) Give command: npm start (To start Express API)