Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 301 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 301 Bytes

Food Ordering Portal

Requirements

  1. ReactJS
  2. NodeJS
  3. 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.