Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 🍔🍔
- Host: GitHub
- URL: https://github.com/tkssharma/uber-eats-clone-app
- Owner: tkssharma
- Created: 2021-04-26T05:25:07.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-10-15T01:39:07.000Z (about 1 year ago)
- Last Synced: 2023-10-16T00:38:05.149Z (about 1 year ago)
- Topics: nestjs-microservices, nextjs, nodejs, nx, nx-monorepo, pnpm, pnpm-workspaces, reactjs, redux, sveletkit, sveltejs
- Language: TypeScript
- Homepage: https://www.youtube.com/watch?v=t1JsK9rMYI8&list=PLIGDNOJWiL1-Smf4ABmuvcOrV7E4mCqN3
- Size: 33.7 MB
- Stars: 61
- Watchers: 5
- Forks: 26
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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```