Swiggy eats clone app made for training on Youtube Javascript.
Key Features • How To Use • Download • Credits • Related • License
- TBD
- TBD
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 |
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/swiggy-clone-full-stack.git
# Go into the repository
$ cd swiggy-clone-full-stack
# Install dependencies
$ pnpm i
- App Architecture & Database diagram