Skip to content

Akshaykumar4524/foodBite-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FoodBite

FoodBite is a Online Food Ordering App built on Angular Framework for frontend, nodeJs ExpressJs, and mongoose for Backend

Link to the Live App

https://foodbite.onrender.com

steps to clone and run the application Locally

  1. clone this url https://github.com/Akshaykumar4524/foodBite-project.git

  2. go to terminal and enter

      cd frontend
      npm install --force
      npm start
    
  3. open new terminal and enter

      cd backend
      npm install --force
      npm start
    
  4. open the browser and go to localhost:4200 to see the result

Live Application video file

[FoodBite - Google Chrome 2023-01-08 17-49-24.zip](https://github.com/Akshaykumar4524/foodBite-project/files/10368381/FoodBite.-.Google.Chrome.2023-01-08.17-49-24.zip)

any suggestions are highly appreciated