Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tkssharma/uber-eats-clone-app

🍔🍔 UberEats Clone Full Stack 🍔🍔
https://github.com/tkssharma/uber-eats-clone-app

nestjs-microservices nextjs nodejs nx nx-monorepo pnpm pnpm-workspaces reactjs redux sveletkit sveltejs

Last synced: about 1 month ago
JSON representation

🍔🍔 UberEats Clone Full Stack 🍔🍔

Awesome Lists containing this project

README

        

## 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](https://git-scm.com) and [Node.js](https://nodejs.org/en/download/) (which comes with [npm](http://npmjs.com)) installed on your computer. From your command line:

```bash
# 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

```