🍽️ Check out the frontend of the buzzy bytes restaurant here
- Open the terminal/command prompt and run the following command
git clone https://github.com/melvinjjoseph/restaurant.git
orgit clone git@github.com:melvinjjoseph/restaurant.git
- Change directory to the restaurant
cd restaurant
- Install the required dependencies using
npm i
- Change directory to backend
cd backend
- Install the required dependencies using
npm i
- Create a Mongodb Atlas Database and add the access key to the server.js file in the backend directory.
- Start the backend server using the command
npm start
- Create a new terminal and open the restaurant directory and use
npm start
to start the frontend server. - Open
http://localhost:3000/
on your browser and thats it!! 😄
Home Page
Menu Page
Contact Us Page