Built with Reactjs, Commercejs, Stripe and Material UI. Showcases a few products integrated in Commercejs api. Commercejs purposely for handling order requests, shipping and payment option with stripe api.
To get started with this project, run git clone https://github.com/zayinhd/E-Market-App.git in your CMD.
Install the project dependencies using npm:
Create a new file named .env
in the root of your project and add the following content:
REACT_APP_CHEC_PUBLIC_KEY =
REACT_APP_STRIPE_PUBLIC_KEY =
Replace the placeholder values with your actual credentials.
##That's all you need