File size: 1,505 Bytes
f5071ca |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 |
### Deoployed Amazon-Clone
visit: [https://amazon-clone-pern.netlify.app/]
client:[https://amazon-clone-pern.netlify.app/],
server:[https://express-amazon-clone-backend.herokuapp.com/]
### Backend & Database
**Backend :** For Backend used **Node.js** And **Express** Server .
**Database :** For Database used **Postgress SQL** .
**Authentication :** For Authentication used **JWT**.
**Front-End :** React.js .
**Guest User :** *username :* xyz@gmail.com,*password :* xyz
### My words about this projects
**Backend :** First of all i bulid this backend with Nodejs and Express .And My Backend or Sever file is in this Repo and File name is **"Server"** . And Deloyed the backend in Heroku Sever
Get all products send GET request to [https://express-amazon-clone-backend.herokuapp.com/products]
Get Particular Products send GET request to [https://express-amazon-clone-backend.herokuapp.com/products/id]
**Frontend :** I build the frontend in React and Redux . I depolyed the front-end in Netlify . From The backend of Amazon-clone, which is deployed in Heroku , is fetching the all data .
**Database :** And My Postgress Server is Also in Heroku .
**Authentication :** Jwt auth is for authentication . I think ***JWT*** is better option beacuse it's Have **Digital Signature** which is secure .
<img src="readme/pern-amazon-clone.png"/>
### Cons
**Note: This website is not Mobile Friendly. If u run this Program in Computer That will be better. Media Query Only For Desktop**
|