Uber eats clone app made for training on Youtube Javascript.
Key Features β’ How To Use β’ Download β’ Credits β’ Related β’ License
| app | port |
|---|---|
| proxy | 3001 |
| user service | 3002 |
| restaurant service | 3003 |
| cart service | 3004 |
| delivery service | 3005 |
| order service | 3006 |
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 git@github.com:tkssharma/UberEats-Clone-Full-Stack.git
# Go into the repository
$ cd UberEats-Clone-Full-Stack
# Install dependencies
$ pnpm i