Food Ordering Portal Requirements ReactJS NodeJS ExpressJS Running the WebApp Run Backend: cd backend/ npm install npm start Run React Frontend: cd frontend npm install npm start Navigate to http://localhost:3000/ in your browser.