This is a clone website of Amazon India made using MERN stack. CURRENTLY UNDER MIGRATION FROM HEROKU.
Try out the project from here : https://app.netlify.com/sites/gracious-keller-08b8f9
- 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
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.
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
Client: React, Redux, TailwindCSS, Fuse.js
Server: Node, Express, MongoDB