Zomato Clone is a web application built using the MERN (MongoDB, Express.js, React.js, Node.js) stack. It aims to replicate the functionality of the Zomato platform, allowing users to explore restaurants, view menus, and place orders.
Insert gif or link to demo
To run this project, you will need to add the following environment variables to your .env file
Create a .env file in the Client directory with the following
REACT_APP_SERVER_BASEURL=
REACT_APP_CLIENT_BASEURL=
Create a .env file in the server directory with the following
MONGO_URL=
PORT="8080"
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
AWS_S3_ACCESS_KEY=
AWS_S3_SECRET_KEY=