Skip to content

rohitdhakane6/Zomato-Master

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 

Repository files navigation

Zomato Clone

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.

Screenshots

Home Page:

Home Page

restaurant Page

Resturnt Page

Demo

Insert gif or link to demo

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

Client

Create a .env file in the Client directory with the following

REACT_APP_SERVER_BASEURL=
REACT_APP_CLIENT_BASEURL=

server

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=

Authors

🔗 Links

linkedin twitter

Releases

No releases published

Packages

No packages published

Languages