You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A food ordering app created using MERN stack. This App provides functionality for customers to order and vendors to list food items that can be ordered.
Food ordering app built from scratch using MERN stack. This is the non-dockerised version.
To run frontend run following commands
cd frontend
npm start
To run backend run following commands
cd backend
npm start
About
A food ordering app created using MERN stack. This App provides functionality for customers to order and vendors to list food items that can be ordered.