Skip to content

Latest commit

 

History

History
96 lines (50 loc) · 1.93 KB

README.md

File metadata and controls

96 lines (50 loc) · 1.93 KB

Amazon India Clone

This is a clone website of Amazon India made using MERN stack. CURRENTLY UNDER MIGRATION FROM HEROKU.

Screenshot

App Screenshot

Demo Link

Try out the project from here : https://app.netlify.com/sites/gracious-keller-08b8f9

Features

  • User Sign Up / Sign In with JWT authorisation
  • Integrated Stripe gateway
  • Individual Product Display
  • Optimised for all screen sizes
  • Fuzzy Search
  • Data fetched from Fakestore api

Run Locally

Fork the project by clicking on the fork button

Clone the project

  git clone https://github.com/<your github profile name>/Amazon-India-Clone.git

Go to the project directory

  cd Amazon-India-Clone

Install dependencies

  npm install

Start the server

  npm run start

You could also directly download the code base and then install dependencies.

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

MONGO_USERNAME

MONGO_PASSWORD

SK_TEST

SECRET

KEY

Tech Stack

Client: React, Redux, TailwindCSS, Fuse.js

Server: Node, Express, MongoDB

🔗 Links

portfolio

linkedin

twitter

Disclaimer

This is a CLONE WEBSITE made only as a personal project and is strictly intended to be used for educational purposes ONLY.

Authors