Skip to content

melvinjjoseph/restaurant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Buzzy Bytes Restuarant

🍽️ Check out the frontend of the buzzy bytes restaurant here

Steps to get it running on your machine

  1. Open the terminal/command prompt and run the following command git clone https://github.com/melvinjjoseph/restaurant.git or git clone git@github.com:melvinjjoseph/restaurant.git
  2. Change directory to the restaurant cd restaurant
  3. Install the required dependencies using npm i
  4. Change directory to backend cd backend
  5. Install the required dependencies using npm i
  6. Create a Mongodb Atlas Database and add the access key to the server.js file in the backend directory.
  7. Start the backend server using the command npm start
  8. Create a new terminal and open the restaurant directory and use npm start to start the frontend server.
  9. Open http://localhost:3000/ on your browser and thats it!! 😄

Here are some sample images from the website

Home Page

image

Menu Page

image

Contact Us Page

image

Hope you liked this project! Show some ❤️ love by 🌟 starring this repository! Also check out my other repositories!!!