Skip to content

Geffrerson7/SHOPPING-CART

Repository files navigation

Shopping Cart

Shopping cart application with online payment form.

Environment Variables

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

VITE_PUBLIC_KEY

VITE_ACCESS_TOKEN

Run Locally

Clone the project

  git https://github.com/Geffrerson7/SHOPPING-CART.git

Go to the project directory

  cd SHOPPING-CART

Install dependencies

  npm install

Run project

  npm run dev

Authors