This is a React based Ecommerce project created using Reactjs,Redux,Firebase and Stripe payment option
- Clone the repository
https://github.com/preetchani/shopsy.git
- Change the working directory
cd shopsy
- Install dependencies
npm install
To run this project, you will need to add the following environment variables to your .env file
REACT_APP_API_KEY
= Firebase project key
REACT_APP_STRIPE_API_KEY
= stripe publisher key
To deploy this project run
npm run deploy
Client: React, Redux, Firebase, HTML/CSS
Server: Heroku nodejs