Skip to content

Latest commit

 

History

History
68 lines (47 loc) · 1.48 KB

README.md

File metadata and controls

68 lines (47 loc) · 1.48 KB

Swiggy Clone App

Swiggy Clone

Swiggy eats clone app made for training on Youtube Javascript.

Key FeaturesHow To UseDownloadCreditsRelatedLicense

Key Features

  • TBD

Key Microservices

  • TBD

Application services

app port
proxy 80
user service 3001
restaurant service 3002
cart service 3003
order service 3004
payment service 3005
delivery service 3006
MQ Listener service 3001

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/swiggy-clone-full-stack.git

# Go into the repository
$ cd swiggy-clone-full-stack

# Install dependencies
$ pnpm i
  • App Architecture & Database diagram

Swiggy Swiggy