Skip to content

tkssharma/uber-eats-clone-app

Repository files navigation

Uber Eats Clone App

Uber Eats Clone

Uber eats clone app made for training on Youtube Javascript.

Key Features β€’ How To Use β€’ Download β€’ Credits β€’ Related β€’ License

Key Features

Application services and PORTs

app port
proxy 3001
user service 3002
restaurant service 3003
cart service 3004
delivery service 3005
order service 3006

How To Use

To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
$ git clone [email protected]:tkssharma/UberEats-Clone-Full-Stack.git

# Go into the repository
$ cd UberEats-Clone-Full-Stack

# Install dependencies
$ pnpm i