A web app that can be used by any restaurant to provide realtime order and delivery functionality to its customers. It also contains an admin dashboard through which the chef or owner can see active orders and update their status.
Techstack Used: NodeJS, ExpressJS, MongoDB, HTML, CSS
Steps for webapp setup in your local machine:
Step 1: Type below command in terminal to clone the project.
git clone https://github.com/sarthak-g/Momo-palace.git
Step 2: Go inside directory
cd Momo-palace
Step 3: Install dependencies
npm install
Step 4: Build laravel-mix
npm run watch
Step 5: Run local server
npm run dev
Step 6: Go to browser of your choice and type below url
http://localhost:3000/